-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rc1 added "cascade delete" to all of my relationships #3851
Comments
@joshmouch - Migration drops and recreates all FKs due #3751 |
If you want to change the delete behavior, then you can use this code in
|
@rowanmiller Thanks for the prompt reply! The problem with that default behavior is that somehow now I have cyclical deletes. I'll run the code you gave me. |
After upgrading to RC1 from Beta8, when I generate a new migration, it wants to drop all of my FK's and recreate them with a cascade delete.
How can I disable this as the default behavior?
The text was updated successfully, but these errors were encountered: