Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon
Commits
84f72561
Commit
84f72561
authored
Jan 10, 2013
by
Maximilien Bersoult
Browse files
* Remove hard coded database name in update script
parent
d60262cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/install/sql/centreon/Update-DB-2.4.0-RC6_to_2.4.0-RC7.sql
View file @
84f72561
...
...
@@ -117,6 +117,6 @@ UPDATE `cb_field` SET `description` = 'Interval length in seconds.' WHERE `descr
ALTER
TABLE
`connector`
MODIFY
`name`
VARCHAR
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NOT
NULL
;
ALTER
TABLE
`centreon`
.
`traps`
CHANGE
COLUMN
`traps_submit_result_enable`
`traps_submit_result_enable`
ENUM
(
'0'
,
'1'
)
NULL
DEFAULT
'0'
;
ALTER
TABLE
`traps`
CHANGE
COLUMN
`traps_submit_result_enable`
`traps_submit_result_enable`
ENUM
(
'0'
,
'1'
)
NULL
DEFAULT
'0'
;
UPDATE
`informations`
SET
`value`
=
'2.4.0-RC7'
WHERE
CONVERT
(
`informations`
.
`key`
USING
utf8
)
=
'version'
AND
CONVERT
(
`informations`
.
`value`
USING
utf8
)
=
'2.4.0-RC6'
LIMIT
1
;
Write
Preview
Supports
Markdown
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