summaryrefslogtreecommitdiffstats
path: root/schema/pgsql-migrations/upgrade_162.sql
blob: f90a14ef1f831cbd7803f6811c30550d7b410e0b (plain)
1
2
3
4
5
6
ALTER TABLE icinga_scheduled_downtime
  ADD COLUMN with_services enum_boolean NULL DEFAULT NULL;

INSERT INTO director_schema_migration
  (schema_version, migration_time)
  VALUES (162, NOW());