mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
4 lines
108 B
MySQL
4 lines
108 B
MySQL
|
delete from project__template where removed = true;
|
||
|
|
||
|
alter table `project__template` drop column `removed`;
|