add migration to postgres sql to fix VARCHAR length to 32
This commit is contained in:
parent
113ef1c2e6
commit
030116db61
1 changed files with 3 additions and 0 deletions
3
migrations/20250219000000_extend_short_code.sql
Normal file
3
migrations/20250219000000_extend_short_code.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
-- PostgreSQL migration
|
||||
ALTER TABLE links ALTER COLUMN short_code TYPE VARCHAR(32);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue