summaryrefslogtreecommitdiff
path: root/SQL
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-11 21:06:21 +0000
committerthomascube <thomas@roundcube.net>2005-10-11 21:06:21 +0000
commit49afbf5d698eb7d57ae10a553b6dcb14117727dd (patch)
treef93d055e2a5b07364048be9e7b0f7cd2a4850962 /SQL
parent8884477e91e8b9e90b23440e0e82e4d455f39a17 (diff)
Better support for Courier IMAP
Diffstat (limited to 'SQL')
-rwxr-xr-xSQL/postgres.initial.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql
index 125957369..01b36af64 100755
--- a/SQL/postgres.initial.sql
+++ b/SQL/postgres.initial.sql
@@ -134,6 +134,7 @@ CREATE TABLE "session" (
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
);