tbrehm
2010-08-31 97fd829089335248cd5b2b82af1363460a3c42eb
Added document_root_www field to the web_domain table. This field contains the symlink path to the website.
1 files modified
1 files added
2 ■■■■■ changed files
install/sql/incremental/upd_0001.sql 1 ●●●● patch | view | raw | blame | history
install/sql/ispconfig3.sql 1 ●●●● patch | view | raw | blame | history
install/sql/incremental/upd_0001.sql
New file
@@ -0,0 +1 @@
ALTER TABLE `web_domain` ADD `document_root_www` VARCHAR( 255 ) NULL AFTER `document_root`;
install/sql/ispconfig3.sql
@@ -1084,6 +1084,7 @@
  `parent_domain_id` int(11) unsigned NOT NULL default '0',
  `vhost_type` varchar(32) default NULL,
  `document_root` varchar(255) default NULL,
  `document_root_www` varchar(255) default NULL,
  `system_user` varchar(255) default NULL,
  `system_group` varchar(255) default NULL,
  `hd_quota` bigint(20) NOT NULL default '0',