mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 08:55:31 +01:00
initial multi-language concept
This commit is contained in:
6
patch-schema/language.sql
Normal file
6
patch-schema/language.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE IF EXISTS public.users
|
||||
ADD COLUMN IF NOT EXISTS language text NOT NULL DEFAULT 'en';
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user