Update 0001_squashed_0030_alter_source_source_vcodec.py

This commit is contained in:
tcely 2025-04-24 13:44:13 -04:00 committed by GitHub
parent 1ef1a5a985
commit ef4f4eed03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ def media_file_location():
class Migration(migrations.Migration):
replaces = [
('sync', '0001_initial_squashed_0010_auto_20210924_0554'),
# ('sync', '0001_initial_squashed_0010_auto_20210924_0554'),
('sync', '0001_initial'),
('sync', '0002_auto_20201213_0817'),
('sync', '0003_source_copy_thumbnails'),
@ -49,7 +49,7 @@ class Migration(migrations.Migration):
('sync', '0008_source_download_cap'),
('sync', '0009_auto_20210218_0442'),
('sync', '0010_auto_20210924_0554'),
('sync', '0011_auto_20220201_1654_squashed_0020_auto_20231024_1825'),
# ('sync', '0011_auto_20220201_1654_squashed_0020_auto_20231024_1825'),
('sync', '0011_auto_20220201_1654'),
('sync', '0012_alter_media_downloaded_format'),
('sync', '0013_fix_elative_media_file'),