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
I had commented these out in 4.0, before we had support for migration dependencies. Now that migration dependencies are supported, we should re-add these.
The text was updated successfully, but these errors were encountered:
Note that we should introduce a new migration instead of editing the existing one. Otherwise, existing install will be different than new one. Could also fail when enabling on existing database if existing data doesn't respect the foreign key relations.
This needs to be handled and tested carefully. I suggest it's taken care of in 4.2 instead,
See https://forums.userfrosting.com/t/foreign-keys-commented-out-in-migration/139
I had commented these out in 4.0, before we had support for migration dependencies. Now that migration dependencies are supported, we should re-add these.
The text was updated successfully, but these errors were encountered: