We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af580e0 commit 3d1b1c6Copy full SHA for 3d1b1c6
esp/esp/datatree/migrations/0006_kill_datatree.py
@@ -8,7 +8,13 @@
8
class Migration(SchemaMigration):
9
10
depends_on = (
11
+ ("accounting_core", "0002_del_accounting_core"),
12
+ ("miniblog", "0003_remove_anchor"),
13
+ ("modules", "0029_module_ext_unused_model_removal"),
14
("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"),
18
)
19
20
def forwards(self, orm):
0 commit comments