Rename migration file

This commit is contained in:
Dino Paškvan 2022-06-24 12:34:35 +02:00
parent 545df6fb87
commit 0462c89afa
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
alter table `project__environment` add column `env` longtext not null;

View File

@ -1 +1 @@
alter table `task` add column `hosts_limit` varchar(255) not null default '';
alter table `project__environment` add column `env` longtext not null;