Marius Cramer
2015-09-18 5cc181a90f7d27f4ec578a8a892b4dd0ca44adf4
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`,