We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d671eaf commit eccb24bCopy full SHA for eccb24b
db/sql/migrations/v2.14.1.sql
@@ -1,2 +1,2 @@
1
-alter table `project__integration_extract_value` add `variable_type` varchar(255) not null;
+alter table `project__integration_extract_value` add `variable_type` varchar(255);
2
update `project__integration_extract_value` set `variable_type` = 'environment' where `variable_type` is null or `variable_type` = '';
0 commit comments