From b43e04dabc63cf87c2543243159cc50beaa97114 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 19 Sep 2007 06:55:05 +0000 Subject: IPv6 Compatability git-svn-id: https://svn.roundcube.net/trunk@803 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/SQL/postgres.initial.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/SQL/postgres.initial.sql') diff --git a/roundcubemail/SQL/postgres.initial.sql b/roundcubemail/SQL/postgres.initial.sql index bf82b9b5d..356a579fc 100644 --- a/roundcubemail/SQL/postgres.initial.sql +++ b/roundcubemail/SQL/postgres.initial.sql @@ -36,7 +36,7 @@ CREATE TABLE "session" ( sess_id character varying(40) DEFAULT ''::character varying PRIMARY KEY, created timestamp with time zone DEFAULT now() NOT NULL, changed timestamp with time zone DEFAULT now() NOT NULL, - ip character varying(16) NOT NULL, + ip character varying(41) NOT NULL, vars text NOT NULL ); -- cgit v1.2.3