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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
A migration in #129 is not deployable on the production system: staff.0017_auto_20170202_2258
Migrating yields a
_mysql_exceptions.IntegrityError: (1452, 'Cannot add or update a child row:
a foreign key constraint fails (`pyophase`.`#sql-30af_8ea73`, CONSTRAINT
`staff_ophasecategory_id_3804b945_fk_ophasebase_ophasecategory_id`
FOREIGN KEY (`ophasecategory_id`) REFERENCES `ophasebase_ophasecategory` (`id`))')
on the first run, and a
_mysql_exceptions.OperationalError: (1054, "Unknown column
'groupcategory_id' in 'staff_settings_group_categories_enabled'")
in all further runs.
While investigating, I rolled back the database backup from today, Feb 7 03:02 CET. To revert the PR that introduced the incompatibility, revert c4c7a41:
A migration in #129 is not deployable on the production system:
staff.0017_auto_20170202_2258
Migrating yields a
on the first run, and a
in all further runs.
While investigating, I rolled back the database backup from today, Feb 7 03:02 CET. To revert the PR that introduced the incompatibility, revert c4c7a41:
The text was updated successfully, but these errors were encountered: