Bug #7392
migrations: do not run CreatePartialIndexes if router.allow_migrate() is False
Start date:
27 May 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Associated revisions
History
Updated by Benjamin Dauvergne almost 6 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|af848e666b772dc1db4e308aa49aab8a7aff3632.
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
migrations: do not run CreatePartialIndexes if router.allow_migrate() is False (fixes #7392)
It's needed for applying migrations in a multitenant setting.