Update 0011_auto_20220201_1654_squashed_0020_auto_20231024_1825.py

This commit is contained in:
tcely 2025-04-24 13:23:00 -04:00 committed by GitHub
parent 6dc6e8e1a9
commit 8afe97c4d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,19 @@ def media_file_location():
class Migration(migrations.Migration):
replaces = [
('sync', '0011_auto_20220201_1654'),
('sync', '0012_alter_media_downloaded_format'),
('sync', '0013_fix_elative_media_file'),
('sync', '0014_alter_media_media_file'),
('sync', '0015_auto_20230213_0603'),
('sync', '0016_auto_20230214_2052'),
('sync', '0017_alter_source_sponsorblock_categories'),
('sync', '0018_source_subtitles'),
('sync', '0019_add_delete_removed_media'),
('sync', '0020_auto_20231024_1825'),
]
dependencies = [
('sync', '0001_initial_squashed_0010_auto_20210924_0554'),
]