mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
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…
x
Reference in New Issue
Block a user