diff --git a/db.sql b/db.sql index ba368f5051fc8fce3ca90e78c6b59cbc3e53e333..6d005bd818c4573672b1b1149769ed75aff5bf8a 100644 --- a/db.sql +++ b/db.sql @@ -61,6 +61,7 @@ CREATE TABLE `wizard_template` ( `allow_override` varchar(255) NOT NULL DEFAULT 'All', `http_port` int(11) NOT NULL DEFAULT '80', `https_port` int(11) NOT NULL DEFAULT '443', + `log_retention` int(11) NOT NULL DEFAULT '30', `apache_directives` mediumtext, `nginx_directives` mediumtext, `php_fpm_use_socket` enum('n','y') NOT NULL DEFAULT 'n',