mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Update fix-mariadb.py
This commit is contained in:
parent
36681aadc0
commit
e6e4c3300a
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user