Skip to content

Commit 62427d4

Browse files
committed
dup version
1 parent 5316874 commit 62427d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

migrations-semver/1.14.0_code.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
alter table IF EXISTS users ADD COLUMN IF NOT EXISTS code VARCHAR(255) NOT NULL DEFAULT '';
1+
alter table IF EXISTS users ADD COLUMN IF NOT EXISTS code VARCHAR(255) NOT NULL DEFAULT '';

migrations-semver/1.14.0_codee.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
alter table IF EXISTS users ADD COLUMN IF NOT EXISTS codee VARCHAR(255) NOT NULL DEFAULT '';

0 commit comments

Comments
 (0)