From f5050a3e1f1e3dfabc03e6f02263c7d0d656e76d Mon Sep 17 00:00:00 2001 From: roundcube Date: Tue, 11 Oct 2005 21:06:21 +0000 Subject: Better support for Courier IMAP git-svn-id: https://svn.roundcube.net/trunk@24 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/SQL/postgres.initial.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'roundcubemail/SQL') diff --git a/roundcubemail/SQL/postgres.initial.sql b/roundcubemail/SQL/postgres.initial.sql index 125957369..01b36af64 100755 --- a/roundcubemail/SQL/postgres.initial.sql +++ b/roundcubemail/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 ); -- cgit v1.2.3