Skip to content

Commit 030116d

Browse files
committed
add migration to postgres sql to fix VARCHAR length to 32
1 parent 113ef1c commit 030116d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- PostgreSQL migration
2+
ALTER TABLE links ALTER COLUMN short_code TYPE VARCHAR(32);
3+

0 commit comments

Comments
 (0)