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
Guilherme Filippo
ISPConfig 3
Commits
ba5cfd1c
Commit
ba5cfd1c
authored
Sep 19, 2011
by
tbrehm
Browse files
Added missing fields for web_php_options and openvz limits to the client_template table.
parent
4986189f
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
ba5cfd1c
...
...
@@ -176,10 +176,12 @@ CREATE TABLE `client_template` (
`limit_web_ip`
text
,
`limit_web_domain`
int
(
11
)
NOT
NULL
default
'-1'
,
`limit_web_quota`
int
(
11
)
NOT
NULL
default
'-1'
,
`web_php_options`
varchar
(
255
)
NOT
NULL
DEFAULT
'no'
,
`limit_web_subdomain`
int
(
11
)
NOT
NULL
default
'-1'
,
`limit_web_aliasdomain`
int
(
11
)
NOT
NULL
default
'-1'
,
`limit_ftp_user`
int
(
11
)
NOT
NULL
default
'-1'
,
`limit_shell_user`
int
(
11
)
NOT
NULL
default
'0'
,
`ssh_chroot`
varchar
(
255
)
NOT
NULL
DEFAULT
'no'
,
`limit_webdav_user`
int
(
11
)
NOT
NULL
default
'0'
,
`limit_dns_zone`
int
(
11
)
NOT
NULL
default
'-1'
,
`limit_dns_slave_zone`
int
(
11
)
NOT
NULL
default
'-1'
,
...
...
@@ -191,6 +193,8 @@ CREATE TABLE `client_template` (
`limit_traffic_quota`
int
(
11
)
NOT
NULL
default
'-1'
,
`limit_client`
int
(
11
)
NOT
NULL
default
'0'
,
`limit_mailmailinglist`
int
(
11
)
NOT
NULL
default
'-1'
,
`limit_openvz_vm`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
`limit_openvz_vm_template`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
PRIMARY
KEY
(
`template_id`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
AUTO_INCREMENT
=
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