mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
6 lines
143 B
SQL
6 lines
143 B
SQL
alter table `project__environment` add column `env` longtext;
|
|
|
|
alter table `task` add column `hosts_limit` varchar(255) not null default '';
|
|
|
|
|