mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +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 )
|
pp( schema.collected_sql )
|
||||||
|
|
||||||
self.stdout.write('Tables to delete:')
|
if table_names:
|
||||||
pp( 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
|
# All done
|
||||||
log.info('Done')
|
log.info('Done')
|
||||||
|
Loading…
Reference in New Issue
Block a user