Change version of DB

This commit is contained in:
Geneviève Plantin 2016-10-21 09:43:38 -04:00 committed by Thomas Gelf
parent 0fe47f9919
commit b2bdeac360
2 changed files with 2 additions and 2 deletions

View File

@ -1416,4 +1416,4 @@ CREATE TABLE sync_run (
INSERT INTO director_schema_migration
SET migration_time = NOW(),
schema_version = 117;
schema_version = 119;

View File

@ -1647,4 +1647,4 @@ CREATE UNIQUE INDEX notification_inheritance ON icinga_notification_inheritance
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (117, NOW());
VALUES (119, NOW());