Semaphore/db/sql/migrations/v2.8.51.sql

3 lines
176 B
SQL

alter table `project` add column `max_parallel_tasks` int not null default 0;
alter table `project__template` add column `suppress_success_alerts` bool not null default false;