multitenant: pass --skip-checks to migrate command (#74968)
gitea/hobo/pipeline/head This commit looks good Details

This commit is contained in:
Valentin Deniaud 2023-03-01 11:36:35 +01:00
parent 6ed101d94e
commit c766be2305
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class MigrateSchemasCommand(SyncCommon):
parser.set_defaults(verbosity=0)
def handle(self, *args, **options):
options['skip_checks'] = True
super().handle(*args, **options)
if self.domain:
try: