Skip to content
Snippets Groups Projects
Commit c5ce0c9d authored by Fabio Vitello's avatar Fabio Vitello
Browse files

Revert 0002_populate.py

parent d51b8956
No related branches found
No related tags found
1 merge request!111Resolve TMSS-165
......@@ -9,4 +9,8 @@ class Migration(migrations.Migration):
('tmssapp', '0001_initial'),
]
operations = [ migrations.RunPython(populate_choices) ]
# Start SubTask id with 2 000 000 to avoid overlap with 'old' (test/production) OTDB
operations = [ migrations.RunSQL('ALTER SEQUENCE tmssapp_SubTask_id_seq RESTART WITH 2000000;'),
migrations.RunPython(populate_choices),
migrations.RunPython(populate_misc),
migrations.RunPython(populate_lofar_json_schemas) ]
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