mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Provide IDO MySQL schema version fix
... for fresh 2.13 installations which didn't make use of previous schema upgrades.
This commit is contained in:
parent
815533b334
commit
1fbc15bebc
15
lib/db_ido_mysql/2.13.1.sql
Normal file
15
lib/db_ido_mysql/2.13.1.sql
Normal file
@ -0,0 +1,15 @@
|
||||
-- -----------------------------------------
|
||||
-- upgrade path for Icinga 2.13.1
|
||||
--
|
||||
-- -----------------------------------------
|
||||
-- Icinga 2 | (c) 2021 Icinga GmbH | GPLv2+
|
||||
--
|
||||
-- Please check https://docs.icinga.com for upgrading information!
|
||||
-- -----------------------------------------
|
||||
|
||||
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
|
||||
|
||||
-- -------------
|
||||
-- set dbversion
|
||||
-- -------------
|
||||
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.15.1', NOW(), NOW()) ON DUPLICATE KEY UPDATE version='1.15.1', modify_time=NOW();
|
Loading…
x
Reference in New Issue
Block a user