add migration to postgres sql to fix VARCHAR length to 32
nekomimi.pet 9 months ago 030116db 113ef1c2
··· 0 0 0
··· 1 + -- PostgreSQL migration 2 + ALTER TABLE links ALTER COLUMN short_code TYPE VARCHAR(32); 3 +