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 3caef95 commit cf865a9Copy full SHA for cf865a9
install/sql/ispconfig3.sql
@@ -2081,6 +2081,7 @@ CREATE TABLE `web_domain` (
2081
`folder_directive_snippets` text,
2082
`log_retention` int(11) NOT NULL DEFAULT '10',
2083
`proxy_protocol` enum('n','y') NOT NULL default 'n',
2084
+ `server_php_id` INT(11) UNSIGNED NOT NULL DEFAULT 0,
2085
PRIMARY KEY (`domain_id`),
2086
UNIQUE KEY `serverdomain` ( `server_id` , `ip_address`, `domain` )
2087
) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
0 commit comments