Skip to content

Commit 3ece999

Browse files
committed
[fix] Fixed migration order
1 parent 1d3d0f6 commit 3ece999

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
@@ -35,7 +35,10 @@ def populate_checksum_db(apps, schema_editor):
3535

3636
class Migration(migrations.Migration):
3737
dependencies = [
38-
("config", "0060_cleanup_api_task_notification_types"),
38+
(
39+
"config",
40+
"0062_organizationconfigsettings_approximate_location_enabled_and_more",
41+
),
3942
]
4043

4144
operations = [

0 commit comments

Comments
 (0)