mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
3 lines
176 B
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;
|