diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/populate.py b/SAS/TMSS/backend/src/tmss/tmssapp/populate.py index 2ee68d17cd21cfd2eab254258b66f79d845c6fba..02575ebfc44cfa7d5261791d741ae95438bfab94 100644 --- a/SAS/TMSS/backend/src/tmss/tmssapp/populate.py +++ b/SAS/TMSS/backend/src/tmss/tmssapp/populate.py @@ -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: