Semaphore/db/sql/migrations/v2.10.16.sql
2024-07-10 01:54:49 +05:00

4 lines
141 B
SQL

update `project__template` set `app` = 'ansible' where `app` = '';
alter table `project__template` change `app` `app` varchar(50) not null;