mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
fix(be): migration file
This commit is contained in:
parent
b558d281e3
commit
f81151416f
@ -1,2 +1,3 @@
|
||||
update `project__template` set `app` = 'ansible' where `app` = '';
|
||||
alter table `project__template` change `app` `app` varchar(50) NOT NULL;
|
||||
|
||||
alter table `project__template` change `app` `app` varchar(50) not null;
|
||||
|
Loading…
Reference in New Issue
Block a user