Revert Depend on 0033 temporarily

This commit is contained in:
tcely 2025-05-29 01:16:06 -04:00 committed by GitHub
parent cf27324c78
commit 6aac84922b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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