Skip to content
Snippets Groups Projects
Commit cf865a97 authored by Marius Burkard's avatar Marius Burkard
Browse files

- added missing server_php_ini column

parent 3caef955
No related branches found
No related tags found
No related merge requests found
......@@ -2081,6 +2081,7 @@ CREATE TABLE `web_domain` (
`folder_directive_snippets` text,
`log_retention` int(11) NOT NULL DEFAULT '10',
`proxy_protocol` enum('n','y') NOT NULL default 'n',
`server_php_id` INT(11) UNSIGNED NOT NULL DEFAULT 0,
PRIMARY KEY (`domain_id`),
UNIQUE KEY `serverdomain` ( `server_id` , `ip_address`, `domain` )
) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment