Skip to content

Commit 8869038

Browse files
committed
[fix] Fixed migration order
1 parent 51f2c77 commit 8869038

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openwisp_controller/config/migrations/0061_config_checksum_db.py renamed to openwisp_controller/config/migrations/0063_config_checksum_db.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ def populate_checksum_db(apps, schema_editor):
2424

2525
class Migration(migrations.Migration):
2626
dependencies = [
27-
("config", "0060_cleanup_api_task_notification_types"),
27+
(
28+
"config",
29+
"0062_organizationconfigsettings_approximate_location_enabled_and_more",
30+
),
2831
]
2932

3033
operations = [

0 commit comments

Comments
 (0)