Semaphore/db/migrations/v1.3.0.sql

3 lines
197 B
MySQL
Raw Normal View History

alter table project__environment add `name` varchar(255) not null;
alter table project__inventory add `name` varchar(255) not null;
alter table project__repository add `name` varchar(255) not null;