Skip to content

Commit eccb24b

Browse files
committed
fix(db): migration
1 parent d671eaf commit eccb24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/sql/migrations/v2.14.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
alter table `project__integration_extract_value` add `variable_type` varchar(255) not null;
1+
alter table `project__integration_extract_value` add `variable_type` varchar(255);
22
update `project__integration_extract_value` set `variable_type` = 'environment' where `variable_type` is null or `variable_type` = '';

0 commit comments

Comments
 (0)