From 792cb6a2c27810aedc4edc401e645dace8380b94 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 25 Nov 2008 10:17:57 +0000 Subject: #1485420: remove default (and not null) for users.language column in DDL git-svn-id: https://svn.roundcube.net/trunk@2090 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/SQL/postgres.initial.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/SQL/postgres.initial.sql') diff --git a/roundcubemail/SQL/postgres.initial.sql b/roundcubemail/SQL/postgres.initial.sql index b5f7779d7..d2e56980b 100644 --- a/roundcubemail/SQL/postgres.initial.sql +++ b/roundcubemail/SQL/postgres.initial.sql @@ -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 ); -- cgit v1.2.3