Semaphore/db/sql/migrations/v2.8.36.sql

4 lines
193 B
MySQL
Raw Permalink Normal View History

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`;