We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1778a7f commit 97fd829Copy full SHA for 97fd829
install/sql/incremental/upd_0001.sql
@@ -0,0 +1 @@
1
+ALTER TABLE `web_domain` ADD `document_root_www` VARCHAR( 255 ) NULL AFTER `document_root`;
install/sql/ispconfig3.sql
@@ -1084,6 +1084,7 @@ CREATE TABLE `web_domain` (
1084
`parent_domain_id` int(11) unsigned NOT NULL default '0',
1085
`vhost_type` varchar(32) default NULL,
1086
`document_root` varchar(255) default NULL,
1087
+ `document_root_www` varchar(255) default NULL,
1088
`system_user` varchar(255) default NULL,
1089
`system_group` varchar(255) default NULL,
1090
`hd_quota` bigint(20) NOT NULL default '0',
0 commit comments