Semaphore/db/sql/migrations/v2.8.57.sql

6 lines
143 B
MySQL
Raw Normal View History

alter table `project__environment` add column `env` longtext;
2022-06-29 18:50:54 +02:00
alter table `task` add column `hosts_limit` varchar(255) not null default '';