From 615a0a96618fa99e7e452523145d6c0f238d4473 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 31 Jul 2013 09:33:43 -0400 Subject: [PATCH] Merged revisions 3960-4065 from stable branch. --- install/sql/ispconfig3.sql | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql index 2a2d4a0..cb2033d 100644 --- a/install/sql/ispconfig3.sql +++ b/install/sql/ispconfig3.sql @@ -204,6 +204,7 @@ `limit_aps` int(11) NOT NULL DEFAULT '-1', `default_dnsserver` int(11) unsigned NOT NULL DEFAULT '1', `limit_dns_zone` int(11) NOT NULL DEFAULT '-1', + `default_slave_dnsserver` int(11) unsigned NOT NULL DEFAULT '1', `limit_dns_slave_zone` int(11) NOT NULL DEFAULT '-1', `limit_dns_record` int(11) NOT NULL DEFAULT '-1', `default_dbserver` int(11) NOT NULL DEFAULT '1', @@ -839,6 +840,7 @@ `disablesieve` enum('n','y') NOT NULL default 'n', `disablelda` enum('n','y') NOT NULL default 'n', `disabledoveadm` enum('n','y') NOT NULL default 'n', + `last_quota_notification` date NULL default NULL, PRIMARY KEY (`mailuser_id`), KEY `server_id` (`server_id`,`email`), KEY `email_access` (`email`,`access`) @@ -1761,6 +1763,8 @@ `traffic_quota_lock` enum('n','y') NOT NULL default 'n', `fastcgi_php_version` varchar(255) DEFAULT NULL, `proxy_directives` mediumtext, + `last_quota_notification` date NULL default NULL, + `rewrite_rules` mediumtext, PRIMARY KEY (`domain_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; @@ -2036,7 +2040,7 @@ ('ST', 'SAO TOME AND PRINCIPE', 'Sao Tome and Principe', 'STP', 678), ('SA', 'SAUDI ARABIA', 'Saudi Arabia', 'SAU', 682), ('SN', 'SENEGAL', 'Senegal', 'SEN', 686), -('CS', 'SERBIA AND MONTENEGRO', 'Serbia and Montenegro', NULL, NULL), +('RS', 'SERBIA', 'Serbia', 'SRB', 381), ('SC', 'SEYCHELLES', 'Seychelles', 'SYC', 690), ('SL', 'SIERRA LEONE', 'Sierra Leone', 'SLE', 694), ('SG', 'SINGAPORE', 'Singapore', 'SGP', 702), @@ -2086,7 +2090,8 @@ ('EH', 'WESTERN SAHARA', 'Western Sahara', 'ESH', 732), ('YE', 'YEMEN', 'Yemen', 'YEM', 887), ('ZM', 'ZAMBIA', 'Zambia', 'ZMB', 894), -('ZW', 'ZIMBABWE', 'Zimbabwe', 'ZWE', 716); +('ZW', 'ZIMBABWE', 'Zimbabwe', 'ZWE', 716), +('ME', 'MONTENEGRO', 'Montenegro', 'MNE', 382); -- -------------------------------------------------------- -- Gitblit v1.9.1