mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
3 lines
197 B
SQL
3 lines
197 B
SQL
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; |