mirror of
http://88.130.71.182:3000/BlitTech/contexta_be.git
synced 2026-06-12 23:23:21 +00:00
fixed the RAg in test pipeline issue
This commit is contained in:
3
migrations/004_user_language.sql
Normal file
3
migrations/004_user_language.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Add language preference to user_profiles
|
||||
ALTER TABLE user_profiles
|
||||
ADD COLUMN IF NOT EXISTS language VARCHAR(10) NOT NULL DEFAULT 'fr';
|
||||
Reference in New Issue
Block a user