astrosat / django-astrosat-core

Common backend library for Astrosat projects' core functionality
GNU General Public License v3.0
0 stars 0 forks source link

Make log records unique #45

Closed marksmall closed 3 years ago

marksmall commented 3 years ago

Describe the bug

It has been noticed that logging of User activity is not setting a unique uuid. This was a mistake and needs corrected. Just a case of adding unique=True to the model and checking existing logs to ensure there is uniqueness. If there are any duplicates, then it becomes a bit more complex, we need to maybe redo the migrations.