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
Hi! I'm trying to add a new model called ExternalContactId to one of my tenant schemas but when I run the migrate_schemas command, I get the following error:
This error points to a table that has already been created in the tenant schema, how can I tell django to bypass tables that already exist and only create the new tables?
Please tell me if you need more details to understand the issue, I'm it has happened to more than a few people. Cheers.
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to add a new model called ExternalContactId to one of my tenant schemas but when I run the migrate_schemas command, I get the following error:
psycopg2.errors.DuplicateTable: relation "dashboard_strategy_numerical_filter" already exists
django.db.utils.ProgrammingError: relation "dashboard_strategy_numerical_filter" already exists
This error points to a table that has already been created in the tenant schema, how can I tell django to bypass tables that already exist and only create the new tables?
Please tell me if you need more details to understand the issue, I'm it has happened to more than a few people. Cheers.
The text was updated successfully, but these errors were encountered: