summaryrefslogtreecommitdiff
path: root/roundcubemail/SQL/postgres.initial.sql
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-11 21:06:21 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-11 21:06:21 +0000
commitf5050a3e1f1e3dfabc03e6f02263c7d0d656e76d (patch)
tree0e76460a12fd9496546bbfa4f11e8fe99a062370 /roundcubemail/SQL/postgres.initial.sql
parent07243c3109abd1d3d50752092628b5a094452907 (diff)
Better support for Courier IMAP
git-svn-id: https://svn.roundcube.net/trunk@24 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/postgres.initial.sql')
-rwxr-xr-xroundcubemail/SQL/postgres.initial.sql1
1 files changed, 1 insertions, 0 deletions
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
);