fix(be): migration file

This commit is contained in:
fiftin 2024-07-10 01:54:49 +05:00
parent b558d281e3
commit f81151416f
No known key found for this signature in database
GPG Key ID: 044381366A5D4731

View File

@ -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;