From 0f5da921124fc83f13af188f6e51b4b2f4cfb19f Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 25 Oct 2009 06:11:25 -0400
Subject: [PATCH] FS#942 - Problem with email quota check. 

---
 install/sql/ispconfig3.sql |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql
index 97321cd..da823f3 100644
--- a/install/sql/ispconfig3.sql
+++ b/install/sql/ispconfig3.sql
@@ -29,7 +29,7 @@
 
 -- 
 -- ISPConfig 3
--- DB-Version: 3.0.0.9
+-- DB-Version: 3.0.1.5
 -- 
 
 SET FOREIGN_KEY_CHECKS = 0;
@@ -103,7 +103,7 @@
   `usertheme` varchar(32) NOT NULL default 'default',
   `template_master` int(11) unsigned NOT NULL default '0',
   `template_additional` varchar(255) NOT NULL default '',
-  `created_at` datetime default NULL,
+  `created_at` bigint(20) DEFAULT NULL,
   PRIMARY KEY  (`client_id`)
 ) ENGINE=MyISAM AUTO_INCREMENT=1;
 
@@ -388,7 +388,7 @@
   `sys_perm_other` varchar(5) NOT NULL default '',
   `server_id` int(11) unsigned NOT NULL default '0',
   `source` varchar(255) NOT NULL,
-  `destination` varchar(255) NOT NULL default '',
+  `destination` text NOT NULL default '',
   `type` enum('alias','forward','catchall') NOT NULL default 'alias',
   `active` enum('n','y') NOT NULL,
   PRIMARY KEY  (`forwarding_id`),
@@ -1201,7 +1201,7 @@
 -- Dumping data for table `sys_config`
 --
 
-INSERT INTO sys_config VALUES ('1','db','db_version','3.0.1.4');
+INSERT INTO sys_config VALUES ('1','db','db_version','3.0.1.6');
 
 -- --------------------------------------------------------
 

--
Gitblit v1.9.1