Skip to content

Commit cf865a9

Browse files
author
Marius Burkard
committed
- added missing server_php_ini column
1 parent 3caef95 commit cf865a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,6 +2081,7 @@ CREATE TABLE `web_domain` (
20812081
`folder_directive_snippets` text,
20822082
`log_retention` int(11) NOT NULL DEFAULT '10',
20832083
`proxy_protocol` enum('n','y') NOT NULL default 'n',
2084+
`server_php_id` INT(11) UNSIGNED NOT NULL DEFAULT 0,
20842085
PRIMARY KEY (`domain_id`),
20852086
UNIQUE KEY `serverdomain` ( `server_id` , `ip_address`, `domain` )
20862087
) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

0 commit comments

Comments
 (0)