Better support for Courier IMAP

This commit is contained in:
thomascube
2005-10-11 21:06:21 +00:00
parent 8884477e91
commit 49afbf5d69
5 changed files with 8 additions and 2 deletions

View File

@@ -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
);