mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
2 lines
137 B
MySQL
2 lines
137 B
MySQL
|
alter table `project__template` add `description` longtext;
|
||
|
alter table `project__template` add `removed` boolean not null default false;
|