From e447cb072f025f1b0af9fea091a316e11163119d Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 06 Nov 2005 18:04:27 -0500
Subject: [PATCH] Added 'changed' col to contacts table and support for 160-bit session hashes

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

diff --git a/SQL/mysql.initial.sql b/SQL/mysql.initial.sql
index 73905ca..09d9b80 100644
--- a/SQL/mysql.initial.sql
+++ b/SQL/mysql.initial.sql
@@ -30,6 +30,7 @@
 CREATE TABLE `contacts` (
   `contact_id` int(10) unsigned NOT NULL auto_increment,
   `user_id` int(10) unsigned NOT NULL default '0',
+  `changed` datetime NOT NULL default '0000-00-00 00:00:00',
   `del` enum('0','1') NOT NULL default '0',
   `name` varchar(128) NOT NULL default '',
   `email` varchar(128) NOT NULL default '',

--
Gitblit v1.9.1