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