summaryrefslogtreecommitdiffstats
path: root/schema/mysql-migrations/upgrade_96.sql
blob: de96582be3d185f6f0e69c9b564483c8f0fac6db (plain)
1
2
3
4
5
ALTER TABLE icinga_notification ADD apply_to ENUM('host', 'service') DEFAULT NULL AFTER disabled;

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