mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
8 lines
292 B
MySQL
8 lines
292 B
MySQL
|
|
ALTER TYPE enum_sync_rule_object_type ADD VALUE 'scheduledDowntime';
|
||
|
|
ALTER TYPE enum_sync_rule_object_type ADD VALUE 'notification';
|
||
|
|
ALTER TYPE enum_sync_rule_object_type ADD VALUE 'dependency';
|
||
|
|
|
||
|
|
INSERT INTO director_schema_migration
|
||
|
|
(schema_version, migration_time)
|
||
|
|
VALUES (166, NOW());
|