mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
6 lines
244 B
SQL
6 lines
244 B
SQL
COMMENT ON COLUMN icinga_timeperiod_range.range_key IS 'monday, ...';
|
|
COMMENT ON COLUMN icinga_timeperiod_range.range_value IS '00:00-24:00, ...';
|
|
|
|
INSERT INTO director_schema_migration
|
|
(schema_version, migration_time)
|
|
VALUES (113, NOW());
|