You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our pkeys in our db use django sequences with pgsql, this works fine if you have a fairly small number of rows but since we populate on a daily bases our db with pre-existing defects we end up in having conflicts, where the same ID is generated twice so we should move to UUIDs.
The text was updated successfully, but these errors were encountered:
Our pkeys in our db use django sequences with pgsql, this works fine if you have a fairly small number of rows but since we populate on a daily bases our db with pre-existing defects we end up in having conflicts, where the same ID is generated twice so we should move to UUIDs.
The text was updated successfully, but these errors were encountered: