From 69f71ba62d8e7d77c4877b47131836ea3f52f6ee Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Sat, 15 Oct 2005 09:27:34 -0400
Subject: [PATCH] 

---
 SQL/postgres.initial.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql
index 1259573..01b36af 100755
--- a/SQL/postgres.initial.sql
+++ b/SQL/postgres.initial.sql
@@ -134,6 +134,7 @@
     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
 );
 

--
Gitblit v1.9.1