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 bc8a231 commit e7fff68Copy full SHA for e7fff68
db/sql/migrations/v2.16.50.err.sql
@@ -1 +1,4 @@
1
-alter table `project__terraform_inventory_state` change `state` `state` text not null
+{{if .Sqlite}}
2
+{{else}}
3
+alter table `project__terraform_inventory_state` change `state` `state` text not null;
4
+{{end}}
db/sql/migrations/v2.16.50.sql
-alter table `project__terraform_inventory_state` change `state` `state` longtext not null
+alter table `project__terraform_inventory_state` change `state` `state` longtext not null;
0 commit comments