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
One suggestion was to drop all foreign keys then recreate them in order to allow for the primary keys to be migrated. @oskardudycz suggested a better alternative whereby we simply disable the constraints, run migrations and then re-enable them after, see https://stackoverflow.com/a/49584660/10966454.
This bug was found when fixing #43.
One suggestion was to drop all foreign keys then recreate them in order to allow for the primary keys to be migrated. @oskardudycz suggested a better alternative whereby we simply disable the constraints, run migrations and then re-enable them after, see https://stackoverflow.com/a/49584660/10966454.
Commit with failing test, tonykaralis@6b159f3.
The text was updated successfully, but these errors were encountered: