mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-09 08:54:56 -04:00
7 lines
244 B
MySQL
7 lines
244 B
MySQL
|
|
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());
|