fixed the RAg in test pipeline issue

This commit is contained in:
belviskhoremk
2026-04-26 18:52:00 +00:00
parent 97a501097d
commit 78023ae9c5
7 changed files with 544 additions and 0 deletions

View 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';