mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
4 lines
141 B
SQL
4 lines
141 B
SQL
update `project__template` set `app` = 'ansible' where `app` = '';
|
|
|
|
alter table `project__template` change `app` `app` varchar(50) not null;
|