Skip to content

Commit 3d1b1c6

Browse files
committed
Actually fix migration dependencies
1 parent af580e0 commit 3d1b1c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

esp/esp/datatree/migrations/0006_kill_datatree.py

+6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88
class Migration(SchemaMigration):
99

1010
depends_on = (
11+
("accounting_core", "0002_del_accounting_core"),
12+
("miniblog", "0003_remove_anchor"),
13+
("modules", "0029_module_ext_unused_model_removal"),
1114
("program", "0046_delete_anchors"),
15+
("qsdmedia", "0008_auto__del_field_media_anchor"),
16+
("survey", "0004_anchor_replacement_3"),
17+
("web", "0006_auto__del_field_navbarentry_path"),
1218
)
1319

1420
def forwards(self, orm):

0 commit comments

Comments
 (0)