Skip to content

Commit ca0bdee

Browse files
committed
Fix migration dependency
1 parent e197811 commit ca0bdee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arches/app/models/migrations/12733_change_rerender_key_in_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def remove_concept_config_key(apps, schema_editor):
5353
class Migration(migrations.Migration):
5454

5555
dependencies = [
56-
("models", "12586_tile_cardinality_check"),
56+
("models", "12587_move_default_value_to_node_config"),
5757
]
5858

5959
operations = [

0 commit comments

Comments
 (0)