mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
4 lines
193 B
SQL
4 lines
193 B
SQL
alter table `project__template` add allow_override_args_in_task bool not null default false;
|
|
alter table `task` add arguments text;
|
|
alter table `project__template` drop column `override_args`;
|