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
Zvonimir
ISPConfig 3
Commits
ec9b36d3
Commit
ec9b36d3
authored
Feb 04, 2014
by
Marius Cramer
Browse files
Missing sql statements added
parent
4e09cb49
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/incremental/upd_0067.sql
0 → 100644
View file @
ec9b36d3
ALTER
TABLE
`client`
ADD
`web_servers`
blob
NOT
NULL
DEFAULT
''
AFTER
`default_webserver`
,
ADD
`mail_servers`
blob
NOT
NULL
DEFAULT
''
AFTER
`default_mailserver`
,
ADD
`db_servers`
blob
NOT
NULL
DEFAULT
''
AFTER
`default_dbserver`
,
ADD
`dns_servers`
blob
NOT
NULL
DEFAULT
''
AFTER
`default_dnsserver`
;
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