Shifting migrations after 3.0.3 merge

This commit is contained in:
Matthew Jones
2016-11-01 14:39:35 -04:00
parent f52cb02c2f
commit a1de353543
14 changed files with 15 additions and 15 deletions

View File

@@ -69,11 +69,11 @@ class Migration(migrations.Migration):
dependencies = [
('conf', '0001_initial'),
('main', '0035_v310_jobevent_uuid'),
('main', '0036_v310_jobevent_uuid'),
]
run_before = [
('main', '0036_v310_remove_tower_settings'),
('main', '0037_v310_remove_tower_settings'),
]
operations = [