mirror of
http://88.130.71.182:3000/BlitTech/contexta_be.git
synced 2026-06-12 23:23:21 +00:00
4 lines
141 B
SQL
4 lines
141 B
SQL
-- Add language preference to user_profiles
|
|
ALTER TABLE user_profiles
|
|
ADD COLUMN IF NOT EXISTS language VARCHAR(10) NOT NULL DEFAULT 'fr';
|