Marius Cramer
2014-02-05 0d68e92162476cc6b9e4c17fcfd0ae06bc8538c4
install/sql/incremental/upd_0037.sql
@@ -1,4 +1,4 @@
-- --------------------------------------------------------
-- --------------------------------------------------------
ALTER TABLE `client` ADD `limit_cgi` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `web_php_options`,
                     ADD `limit_ssi` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `limit_cgi`,