Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
28cf0d38
Commit
28cf0d38
authored
Sep 27, 2016
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed #4217 folder_directive_snippets default value.
parent
966a2c2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
install/sql/incremental/upd_dev_collection.sql
install/sql/incremental/upd_dev_collection.sql
+1
-0
install/sql/ispconfig3.sql
install/sql/ispconfig3.sql
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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