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
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
The text was updated successfully, but these errors were encountered:
gsnider2195
changed the title
Various fixex for migration 0006
Various fixes for migration 0006
Oct 17, 2024
cursor.execute(f"DROP TABLE {old_table_name} CASCADE;")
in the data migration. Dropping the old app's table should be done by runningmigrate nautobot_plugin_servicenow zero
, not by runningmigrate nautobot_ssot
The text was updated successfully, but these errors were encountered: