schema: raise forgotten schema version
This commit is contained in:
parent
f6f3d3b1aa
commit
b141bd15ef
|
@ -1787,4 +1787,4 @@ CREATE TABLE icinga_timeperiod_exclude (
|
|||
|
||||
INSERT INTO director_schema_migration
|
||||
(schema_version, migration_time)
|
||||
VALUES (154, NOW());
|
||||
VALUES (155, NOW());
|
||||
|
|
|
@ -2087,4 +2087,4 @@ CREATE TABLE icinga_timeperiod_exclude (
|
|||
|
||||
INSERT INTO director_schema_migration
|
||||
(schema_version, migration_time)
|
||||
VALUES (154, NOW());
|
||||
VALUES (155, NOW());
|
||||
|
|
Loading…
Reference in New Issue