tower settings removal depends on conf migration

This commit is contained in:
Wayne Witzel III
2016-12-12 15:12:16 -05:00
parent 783e86bd41
commit 83b985ed2e
3 changed files with 29 additions and 10 deletions

View File

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