schema: forgot to raise version
This commit is contained in:
parent
68324d9b52
commit
9542c74404
|
@ -1562,4 +1562,4 @@ CREATE TABLE icinga_user_resolved_var (
|
|||
|
||||
INSERT INTO director_schema_migration
|
||||
(schema_version, migration_time)
|
||||
VALUES (137, NOW());
|
||||
VALUES (138, NOW());
|
||||
|
|
|
@ -1839,4 +1839,4 @@ CREATE INDEX user_resolved_var_schecksum ON icinga_user_resolved_var (checksum);
|
|||
|
||||
INSERT INTO director_schema_migration
|
||||
(schema_version, migration_time)
|
||||
VALUES (137, NOW());
|
||||
VALUES (138, NOW());
|
||||
|
|
Loading…
Reference in New Issue