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 5316874 commit 62427d4Copy full SHA for 62427d4
migrations-semver/1.14.0_code.sql
@@ -1 +1 @@
1
-alter table IF EXISTS users ADD COLUMN IF NOT EXISTS code VARCHAR(255) NOT NULL DEFAULT '';
+alter table IF EXISTS users ADD COLUMN IF NOT EXISTS code VARCHAR(255) NOT NULL DEFAULT '';
migrations-semver/1.14.0_codee.sql
@@ -0,0 +1,2 @@
+
2
+alter table IF EXISTS users ADD COLUMN IF NOT EXISTS codee VARCHAR(255) NOT NULL DEFAULT '';
0 commit comments