Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
0adb3532
Commit
0adb3532
authored
Sep 27, 2011
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#1766 - Unknown column 'limit_openvz_vm_template_id' in 'field list'
parent
dbe5b0c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install/sql/ispconfig3.sql
install/sql/ispconfig3.sql
+2
-2
No files found.
install/sql/ispconfig3.sql
View file @
0adb3532
...
...
@@ -131,7 +131,7 @@ CREATE TABLE `client` (
`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'
,
`limit_openvz_vm_template
_id
`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
`parent_client_id`
int
(
11
)
unsigned
NOT
NULL
DEFAULT
'0'
,
`username`
varchar
(
64
)
DEFAULT
NULL
,
`password`
varchar
(
64
)
DEFAULT
NULL
,
...
...
@@ -194,7 +194,7 @@ CREATE TABLE `client_template` (
`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'
,
`limit_openvz_vm_template
_id
`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
PRIMARY
KEY
(
`template_id`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
AUTO_INCREMENT
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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