summaryrefslogtreecommitdiffstats
path: root/schema/pgsql-migrations/upgrade_113.sql
blob: 6bc541ab273e1e2c935798bce972514a9a3f5085 (plain)
1
2
3
4
5
6
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());