Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
793622bd
Commit
793622bd
authored
Sep 23, 2011
by
Falko Timme
Browse files
- Fixed another syntax error in the SQL dump.
parent
feb022f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
793622bd
...
...
@@ -1511,7 +1511,7 @@ CREATE TABLE `web_domain` (
`allow_override`
varchar
(
255
)
NOT
NULL
default
'All'
,
`apache_directives`
mediumtext
,
`nginx_directives`
mediumtext
,
`php_fpm_use_socket`
ENUM
(
'n'
,
'y'
)
NOT
NULL
DEFAULT
'n'
`php_fpm_use_socket`
ENUM
(
'n'
,
'y'
)
NOT
NULL
DEFAULT
'n'
,
`php_open_basedir`
mediumtext
,
`custom_php_ini`
mediumtext
,
`backup_interval`
VARCHAR
(
255
)
NOT
NULL
DEFAULT
'none'
,
...
...
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