mirror of https://github.com/Icinga/icinga2.git
Add MySQL/pgSQL upgrade files which fix name2 in the icinga_objects table
fixes #6646
This commit is contained in:
parent
4c8eb819e4
commit
1a361d834a
|
@ -0,0 +1,10 @@
|
|||
-- -----------------------------------------
|
||||
-- upgrade path for Icinga 2.0.2
|
||||
--
|
||||
-- -----------------------------------------
|
||||
-- Copyright (c) 2014 Icinga Development Team (http://www.icinga.org)
|
||||
--
|
||||
-- Please check http://docs.icinga.org for upgrading information!
|
||||
-- -----------------------------------------
|
||||
|
||||
UPDATE icinga_objects SET name2 = NULL WHERE name2 = '';
|
|
@ -0,0 +1,10 @@
|
|||
-- -----------------------------------------
|
||||
-- upgrade path for Icinga 2.0.2
|
||||
--
|
||||
-- -----------------------------------------
|
||||
-- Copyright (c) 2014 Icinga Development Team (http://www.icinga.org)
|
||||
--
|
||||
-- Please check http://docs.icinga.org for upgrading information!
|
||||
-- -----------------------------------------
|
||||
|
||||
UPDATE icinga_objects SET name2 = NULL WHERE name2 = '';
|
Loading…
Reference in New Issue