mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-09 08:54:56 -04:00
6 lines
177 B
MySQL
6 lines
177 B
MySQL
|
|
ALTER TYPE enum_sync_rule_update_policy ADD VALUE 'update-only' AFTER 'ignore';
|
||
|
|
|
||
|
|
INSERT INTO director_schema_migration
|
||
|
|
(schema_version, migration_time)
|
||
|
|
VALUES (170, NOW());
|