mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-13 00:44:25 +02:00
7 lines
244 B
SQL
7 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());
|