-
Notifications
You must be signed in to change notification settings - Fork 8
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
Multiple migrations not reversible #288
Labels
Comments
Can we also update the migrations to separate the data migrations from the schema migrations? These should not be in the same file. Also, take another look at this migration file with different logic for mysql and postgres: nautobot-app-circuit-maintenance/nautobot_circuit_maintenance/migrations/0004_raw_md5.py Lines 22 to 48 in 07239dc
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Expected Behavior
Observed Behavior
Following migrations throw unable to reverse exceptions
Other non-reversable migrations not-related to reverse_code
Steps to Reproduce
The text was updated successfully, but these errors were encountered: