Skip to content
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

Various fixes for migration 0006 #573

Open
gsnider2195 opened this issue Oct 17, 2024 · 0 comments
Open

Various fixes for migration 0006 #573

gsnider2195 opened this issue Oct 17, 2024 · 0 comments
Labels
type: bug Issues/PRs addressing a bug. type: housekeeping

Comments

@gsnider2195
Copy link
Contributor

  • Split this migration into separate migrations for schema and data migrations
  • Remove the cursor.execute(f"DROP TABLE {old_table_name} CASCADE;") in the data migration. Dropping the old app's table should be done by running migrate nautobot_plugin_servicenow zero, not by running migrate nautobot_ssot
@gsnider2195 gsnider2195 changed the title Various fixex for migration 0006 Various fixes for migration 0006 Oct 17, 2024
@gsnider2195 gsnider2195 added the type: bug Issues/PRs addressing a bug. label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Issues/PRs addressing a bug. type: housekeeping
Projects
None yet
Development

No branches or pull requests

2 participants