sql: add enable_dynamic_run_command to the Project as well
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
ALTER TABLE Jobsets
|
||||
ADD COLUMN enable_dynamic_run_command boolean not null default false;
|
||||
ALTER TABLE Projects
|
||||
ADD COLUMN enable_dynamic_run_command boolean not null default false;
|
||||
|
||||
Reference in New Issue
Block a user