mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-20 06:46:58 +01:00
#1485420: remove default (and not null) for users.language column in DDL
This commit is contained in:
@@ -21,7 +21,7 @@ CREATE TABLE users (
|
||||
alias character varying(128) DEFAULT ''::character varying NOT NULL,
|
||||
created timestamp with time zone DEFAULT now() NOT NULL,
|
||||
last_login timestamp with time zone DEFAULT now() NOT NULL,
|
||||
"language" character varying(5) DEFAULT 'en'::character varying NOT NULL,
|
||||
"language" character varying(5),
|
||||
preferences text DEFAULT ''::text NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user