You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ai_synth/backend/migrations/20260322000011_widen_key_pr...

3 lines
159 B
SQL

-- Widen key_prefix from VARCHAR(10) to VARCHAR(12) to fit "12345678..." (8 chars + "...")
ALTER TABLE user_api_keys ALTER COLUMN key_prefix TYPE VARCHAR(12);