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
We can warn about adding short IDs as primary keys int4. 🤔
I feel like we're already handling adding multiple foreign keys in one migration ok, since we allow adding them as NOT VALID and ask to validate them separately.
It suggests dropping foreign keys before dropping the referencing table, will look into that.
Didn't know that postgres allows the "Mismatched reference column types" case, will have to look into that too.
All these seem manageable/easy to add to the tracer.
This looks like an excellent resource, and I can see some new patterns in the README: https://github.com/fatkodima/online_migrations
The text was updated successfully, but these errors were encountered: