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
ISPConfig
ISPConfig 3
Commits
726f15c4
Commit
726f15c4
authored
Jul 08, 2014
by
Sergio
Browse files
move db changes to upd_dev_collection.sql
parent
7d0827f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/sql/incremental/upd_0078.sql
deleted
100644 → 0
View file @
7d0827f1
ALTER
TABLE
`client_template`
ADD
`default_mailserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
ALTER
TABLE
`client_template`
ADD
`default_webserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
ALTER
TABLE
`client_template`
ADD
`default_dnsserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
ALTER
TABLE
`client_template`
ADD
`default_slave_dnsserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
ALTER
TABLE
`client_template`
ADD
`default_dbserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
install/sql/incremental/upd_dev_collection.sql
View file @
726f15c4
ALTER
TABLE
`client_template`
ADD
`default_mailserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
ALTER
TABLE
`client_template`
ADD
`default_webserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
ALTER
TABLE
`client_template`
ADD
`default_dnsserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
ALTER
TABLE
`client_template`
ADD
`default_slave_dnsserver`
INT
(
11
)
NOT
NULL
DEFAULT
1
;
ALTER
TABLE
`client_template`
ADD
`default_dbserver`
INT
(
11
)
NOT
NULL
DEFAULT
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