mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
3 lines
215 B
MySQL
3 lines
215 B
MySQL
|
alter table `project__template` add `type` varchar(10) not null default 'task';
|
||
|
alter table `project__template` add `start_version` varchar(20) not null default '0.0.0';
|
||
|
alter table `task` add `version` varchar(20);
|