-- Add language preference to user_profiles ALTER TABLE user_profiles ADD COLUMN IF NOT EXISTS language VARCHAR(10) NOT NULL DEFAULT 'fr';