From 09941ea763db08c7b13263fae68cf6eb01bc7bcf Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 13 Oct 2005 17:53:33 -0400 Subject: [PATCH] Some error messages added --- SQL/postgres.initial.sql | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql index 0449932..01b36af 100755 --- a/SQL/postgres.initial.sql +++ b/SQL/postgres.initial.sql @@ -134,6 +134,7 @@ sess_id character varying(32) DEFAULT ''::character varying NOT NULL, created timestamp with time zone DEFAULT now() NOT NULL, changed timestamp with time zone DEFAULT now() NOT NULL, + ip character varying(16) NOT NULL, vars text NOT NULL ); @@ -147,6 +148,7 @@ user_id integer DEFAULT nextval('user_ids'::text) NOT NULL, username character varying(128) DEFAULT ''::character varying NOT NULL, mail_host character varying(128) DEFAULT ''::character varying NOT NULL, + 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, -- Gitblit v1.9.1