Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
df7ff21a
Commit
df7ff21a
authored
Nov 25, 2013
by
Marius Cramer
Browse files
Merge branch 'stable-3.0.5' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.0.5
parents
c99650a6
45547df9
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
df7ff21a
...
...
@@ -955,7 +955,7 @@ CREATE TABLE IF NOT EXISTS `openvz_ostemplate` (
-- Dumping data for table `openvz_ostemplate`
--
INSERT
INTO
`openvz_ostemplate`
(
`ostemplate_id`
,
`sys_userid`
,
`sys_groupid`
,
`sys_perm_user`
,
`sys_perm_group`
,
`sys_perm_other`
,
`template_name`
,
`template_file`
,
`server_id`
,
`allservers`
,
`active`
,
`description`
)
VALUES
(
1
,
1
,
1
,
'riud'
,
'riud'
,
''
,
'Debian minimal'
,
'debian-minimal-x86'
,
1
,
'y'
,
'y'
,
'Deb
a
in minmal image.'
);
INSERT
INTO
`openvz_ostemplate`
(
`ostemplate_id`
,
`sys_userid`
,
`sys_groupid`
,
`sys_perm_user`
,
`sys_perm_group`
,
`sys_perm_other`
,
`template_name`
,
`template_file`
,
`server_id`
,
`allservers`
,
`active`
,
`description`
)
VALUES
(
1
,
1
,
1
,
'riud'
,
'riud'
,
''
,
'Debian minimal'
,
'debian-minimal-x86'
,
1
,
'y'
,
'y'
,
'Debi
a
n min
i
mal image.'
);
-- --------------------------------------------------------
...
...
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