Skip to content

Commit 7133d29

Browse files
committed
[chores] Reformatted, renamed for clarity, updated previous migrations
1 parent b03782b commit 7133d29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

openwisp_controller/config/migrations/0056_ow_zt_to_global.py renamed to openwisp_controller/config/migrations/0059_zerotier_templates_ow_zt_to_global.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ def change_owzt_to_global(apps, schema_editor):
1616

1717

1818
class Migration(migrations.Migration):
19-
dependencies = [('config', '0055_alter_config_status')]
19+
dependencies = [('config', '0058_alter_vpnclient_template')]
2020

2121
operations = [
2222
migrations.RunPython(
23-
change_owzt_to_global, reverse_code=migrations.RunPython.noop)
23+
change_owzt_to_global, reverse_code=migrations.RunPython.noop
24+
)
2425
]

0 commit comments

Comments
 (0)