mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Depend on 0033 temporarily
This commit is contained in:
parent
212f4fb9c7
commit
595e3479ec
@ -7,7 +7,8 @@ from django.db import migrations, models
|
|||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
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 = [
|
operations = [
|
||||||
|
Loading…
Reference in New Issue
Block a user