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

2 lines
139 B
MySQL
Raw Normal View History

update `project__template` set `app` = 'ansible' where `app` = '';
2024-07-09 22:42:32 +02:00
alter table `project__template` change `app` `app` varchar(50) NOT NULL;