Skip to content

Commit 871dd86

Browse files
authored
chore: test job summary
1 parent da17308 commit 871dd86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

migrations-semver/1.3.5_nickname.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
ALTER TABLE IF EXISTS users ADD COLUMN IF NOT EXISTS nickname VARCHAR(255) NOT NULL DEFAULT '';
1+
-- add nickname column for users
2+
ALTER TABLE IF EXISTS users ADD COLUMN IF NOT EXISTS nickname VARCHAR(255) NOT NULL DEFAULT '';

0 commit comments

Comments
 (0)