Update fix-mariadb.py

This commit is contained in:
tcely 2025-05-04 09:41:21 -04:00 committed by GitHub
parent 36681aadc0
commit e6e4c3300a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,8 +203,16 @@ class Command(BaseCommand):
pp( schema.collected_sql )
self.stdout.write('Tables to delete:')
pp( table_names )
if table_names:
pp( check_migration_status(
'0030_alter_source_source_vcodec',
))
pp( check_migration_status(
'0031_squashed_metadata_metadataformat',
))
self.stdout.write('Tables to delete:')
pp( table_names )
# All done
log.info('Done')