Semaphore/db/sql/migrations/v2.10.12.sql

3 lines
220 B
MySQL
Raw Permalink Normal View History

alter table `project__template` add `tasks` int not null default 0;
2024-06-30 23:12:49 +02:00
alter table `project__schedule` add `name` varchar(100) not null default '';
alter table `project__schedule` add `active` boolean not null default true;