mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-27 02:52:14 +01:00
3 lines
220 B
SQL
3 lines
220 B
SQL
alter table `project__template` add `tasks` int not null default 0;
|
|
alter table `project__schedule` add `name` varchar(100) not null default '';
|
|
alter table `project__schedule` add `active` boolean not null default true; |