mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
3 lines
197 B
MySQL
3 lines
197 B
MySQL
|
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;
|