schema: raise schema versions for new installations

Forgot to commit & push migration 99, sorry :p
This commit is contained in:
Thomas Gelf 2016-07-22 18:10:49 +02:00
parent 4e083d7d40
commit 634d9e07b6
2 changed files with 2 additions and 2 deletions

View File

@ -1310,4 +1310,4 @@ CREATE TABLE sync_run (
INSERT INTO director_schema_migration INSERT INTO director_schema_migration
SET migration_time = NOW(), SET migration_time = NOW(),
schema_version = 97; schema_version = 100;

View File

@ -1530,4 +1530,4 @@ CREATE UNIQUE INDEX notification_inheritance ON icinga_notification_inheritance
INSERT INTO director_schema_migration INSERT INTO director_schema_migration
(schema_version, migration_time) (schema_version, migration_time)
VALUES (98, NOW()); VALUES (100, NOW());