schema: raise schema versions for new installations
Forgot to commit & push migration 99, sorry :p
This commit is contained in:
parent
4e083d7d40
commit
634d9e07b6
|
@ -1310,4 +1310,4 @@ CREATE TABLE sync_run (
|
|||
|
||||
INSERT INTO director_schema_migration
|
||||
SET migration_time = NOW(),
|
||||
schema_version = 97;
|
||||
schema_version = 100;
|
||||
|
|
|
@ -1530,4 +1530,4 @@ CREATE UNIQUE INDEX notification_inheritance ON icinga_notification_inheritance
|
|||
|
||||
INSERT INTO director_schema_migration
|
||||
(schema_version, migration_time)
|
||||
VALUES (98, NOW());
|
||||
VALUES (100, NOW());
|
||||
|
|
Loading…
Reference in New Issue