Depend on 0033 temporarily

This commit is contained in:
tcely 2025-05-28 06:19:41 -04:00 committed by GitHub
parent 212f4fb9c7
commit 595e3479ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,8 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('sync', '0034_source_target_schedule_and_more'),
('sync', '0033_alter_mediaserver_options_alter_source_source_acodec_and_more'),
#('sync', '0034_source_target_schedule_and_more'),
]
operations = [