Thomas Gelf f60f35bd1f schema/pgsql: fix forgotten column configs
thanks @greatexpectations!

fixes #12863
2016-10-06 17:46:14 +00:00

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());