SysOps: deploy-all — 2026-06-09 10:41 UTC
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- UI locale preference (nl | en)
|
||||
ALTER TABLE user_ui_preferences ADD COLUMN IF NOT EXISTS locale VARCHAR(8) DEFAULT 'nl';
|
||||
UPDATE user_ui_preferences SET locale = 'nl' WHERE locale IS NULL;
|
||||
Reference in New Issue
Block a user