From fbec9777c2e3a2221f84b809498f031549e813dd Mon Sep 17 00:00:00 2001
From: wyrie <wyrie@ispconfig3>
Date: Thu, 17 Dec 2009 10:27:33 +0000
Subject: [PATCH] Implemented: FS#1003 - Autoresponder: Start and end date
 (Install)

---
 install/sql/ispconfig3.sql | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql
index d6355542fe..f1a3cea10f 100644
--- a/install/sql/ispconfig3.sql
+++ b/install/sql/ispconfig3.sql
@@ -542,6 +542,8 @@ CREATE TABLE `mail_user` (
   `quota` bigint(20) NOT NULL default '-1',
   `homedir` varchar(255) NOT NULL,
   `autoresponder` enum('n','y') NOT NULL default 'n',
+  `autoresponder_start_date` datetime NOT NULL default '0000-00-00 00:00:00',
+  `autoresponder_end_date` datetime NOT NULL default '0000-00-00 00:00:00',
   `autoresponder_text` mediumtext NULL,
   `move_junk` enum('n','y') NOT NULL default 'n',
   `custom_mailfilter` mediumtext,
-- 
GitLab