tbrehm
2012-04-04 b2740998adf79ab72b7ebeada733d0c79ae13d80
Fixed: FS#2135 - Nginx template error on apache system
1 files modified
2 ■■■ changed files
install/sql/incremental/upd_0009.sql 2 ●●● patch | view | raw | blame | history
install/sql/incremental/upd_0009.sql
@@ -63,4 +63,4 @@
alter table `server` add column `proxy_server` tinyint(1) not null after `vserver_server`;
alter table `server` add column `firewall_server` tinyint(1) not null after `proxy_server`;
alter table `web_domain` add column `nginx_directives` mediumtext not null after `apache_directives`;
alter table `web_domain` add column `nginx_directives` mediumtext null after `apache_directives`;