Skip to content
Snippets Groups Projects
Commit d2a9ecdc authored by Mario Raciti's avatar Mario Raciti
Browse files

TMSS-520: Fix readd PriorityQueueType model in populate_choices

parent 71708c52
No related branches found
No related tags found
1 merge request!404Resolve TMSS-520
......@@ -43,7 +43,7 @@ def populate_choices(apps, schema_editor):
'''
choice_classes = [Role, IOType, Datatype, Dataformat, CopyReason,
SubtaskState, SubtaskType, StationType, HashAlgorithm, SchedulingRelationPlacement,
SystemSettingFlag, ProjectCategory, PeriodCategory, Quantity, TaskType, ProjectRole]
SystemSettingFlag, ProjectCategory, PeriodCategory, Quantity, TaskType, ProjectRole, PriorityQueueType]
# upload choices in parallel
with ThreadPoolExecutor() as executor:
......
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