Semaphore/db/sql/migrations/v2.10.16.sql

4 lines
141 B
MySQL
Raw Normal View History

update `project__template` set `app` = 'ansible' where `app` = '';
2024-07-09 22:54:49 +02:00
alter table `project__template` change `app` `app` varchar(50) not null;