schema: dummy migration to trigger daemon restart

This commit is contained in:
Thomas Gelf 2020-12-15 14:42:24 +01:00
parent f397894149
commit e258d00e83
4 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,3 @@
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (171, NOW());

View File

@ -1883,4 +1883,4 @@ CREATE TABLE icinga_scheduled_downtime_range (
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (170, NOW());
VALUES (171, NOW());

View File

@ -0,0 +1,3 @@
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (171, NOW());

View File

@ -2199,4 +2199,4 @@ COMMENT ON COLUMN icinga_scheduled_downtime_range.merge_behaviour IS 'set -> = {
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (170, NOW());
VALUES (171, NOW());