Michael Fürmann
2015-03-06 d4e30e0b66ab86e16856bd3e5cf5fca299002918
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`,