summaryrefslogtreecommitdiffstats
path: root/schema/mysql-migrations/upgrade_162.sql
blob: 7af104aca8b39b456379cf4b6d2a08bd20ea6c38 (plain)
1
2
3
4
5
6
ALTER TABLE icinga_scheduled_downtime
  ADD COLUMN with_services ENUM('y', 'n') NULL DEFAULT NULL;

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