Semaphore/db/sql/migrations/v2.8.57.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 '';