-- Remove role CHECK constraint so custom role keys (e.g. custom_123) can be stored ALTER TABLE users DROP CONSTRAINT IF EXISTS users_role_check;