sql: raise migration number

This commit is contained in:
Thomas Gelf 2018-07-13 10:48:59 +02:00
parent 014f9b9dbe
commit bdb1ec8473
2 changed files with 2 additions and 2 deletions

View File

@ -1692,4 +1692,4 @@ CREATE TABLE icinga_dependency_states_set (
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (148, NOW());
VALUES (149, NOW());

View File

@ -1988,4 +1988,4 @@ COMMENT ON COLUMN icinga_dependency_states_set.merge_behaviour IS 'override: = [
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (148, NOW());
VALUES (149, NOW());