From 8884477e91e8b9e90b23440e0e82e4d455f39a17 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 07 Oct 2005 10:37:06 -0400
Subject: [PATCH] Latest updates for release

---
 SQL/postgres.initial.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql
index 0449932..1259573 100755
--- a/SQL/postgres.initial.sql
+++ b/SQL/postgres.initial.sql
@@ -147,6 +147,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