Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
28cf0d38
Commit
28cf0d38
authored
Sep 27, 2016
by
Till Brehm
Browse files
Fixed #4217 folder_directive_snippets default value.
parent
966a2c2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/sql/incremental/upd_dev_collection.sql
View file @
28cf0d38
ALTER
TABLE
`web_domain`
CHANGE
`folder_directive_snippets`
`folder_directive_snippets`
TEXT
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
;
\ No newline at end of file
install/sql/ispconfig3.sql
View file @
28cf0d38
...
...
@@ -1985,7 +1985,7 @@ CREATE TABLE `web_domain` (
`enable_pagespeed`
ENUM
(
'y'
,
'n'
)
NOT
NULL
DEFAULT
'n'
,
`http_port`
int
(
11
)
unsigned
NOT
NULL
DEFAULT
'80'
,
`https_port`
int
(
11
)
unsigned
NOT
NULL
DEFAULT
'443'
,
`folder_directive_snippets`
text
NOT
NULL
,
`folder_directive_snippets`
text
,
PRIMARY
KEY
(
`domain_id`
),
UNIQUE
KEY
`serverdomain`
(
`server_id`
,
`ip_address`
,
`domain`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
AUTO_INCREMENT
=
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment