Skip to content

Commit 97fd829

Browse files
committed
Added document_root_www field to the web_domain table. This field contains the symlink path to the website.
1 parent 1778a7f commit 97fd829

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE `web_domain` ADD `document_root_www` VARCHAR( 255 ) NULL AFTER `document_root`;

install/sql/ispconfig3.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,7 @@ CREATE TABLE `web_domain` (
10841084
`parent_domain_id` int(11) unsigned NOT NULL default '0',
10851085
`vhost_type` varchar(32) default NULL,
10861086
`document_root` varchar(255) default NULL,
1087+
`document_root_www` varchar(255) default NULL,
10871088
`system_user` varchar(255) default NULL,
10881089
`system_group` varchar(255) default NULL,
10891090
`hd_quota` bigint(20) NOT NULL default '0',

0 commit comments

Comments
 (0)