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
Ah, this is already pretty far along in my court @steiza. Given that it will require an admin to roll out (potential downtime, db backups, etc). I'll continue on it!
A number of our tables currently have natural primary keys, such as:
packages
table (used by theProject
model)releases
table (used by theRelease
model)We should migrate away from natural keys and use surrogate keys instead where appropriate, e.g.:
This will require a DB migration and possibly a maintenance period.
The text was updated successfully, but these errors were encountered: