-
Notifications
You must be signed in to change notification settings - Fork 6
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
Option to ignore confdeltype #18
Comments
So you're saying you want to be able to cascade delete 'set default' and 'set null' constraints conditionally? |
Yes. An "Override declared delete action" if you will. |
Ok, seems reasonable. I'll try to get into it this week. |
Hey, @aelgn . Haven't forgotten. Wrapping up a project for work; I should have time for this mid-week. |
oh thank you, but don't stress on my account :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be nice to be able to ignore any schema configured delete actions with a function arg.
'delete_action' IN ('d', 'n')
In my use case I need to be able to delete these whatever even though the schema declares otherwise.
The text was updated successfully, but these errors were encountered: