Skip to content
Snippets Groups Projects
Commit 87ed725a authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-1123: run populate_subtask_allowed_state_transitions_extra in new...

TMSS-1123: run populate_subtask_allowed_state_transitions_extra in new migration (0002_populate was already applied to all current tmss db's
parent 1b762d43
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!625Resolve TMSS-1123
......@@ -128,7 +128,6 @@ class Migration(migrations.Migration):
'''),
migrations.RunPython(populate_choices),
migrations.RunPython(populate_subtask_allowed_state_transitions),
migrations.RunPython(populate_subtask_allowed_state_transitions_extra),
migrations.RunPython(populate_settings),
migrations.RunPython(populate_misc),
migrations.RunPython(populate_resources),
......
from django.db import migrations
from lofar.sas.tmss.tmss.tmssapp.populate import *
class Migration(migrations.Migration):
dependencies = [
('tmssapp', '0008_populate_systemevent'),
]
operations = [migrations.RunPython(populate_subtask_allowed_state_transitions_extra)]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment