summaryrefslogtreecommitdiffstats
path: root/schema/mysql-migrations/upgrade_87.sql
blob: a6da21f4b760ce809ad853203d7cf1ffe65cdc10 (plain)
1
2
3
4
5
6
ALTER TABLE icinga_notification
  MODIFY COLUMN object_type ENUM('object', 'template', 'apply') NOT NULL;

INSERT INTO director_schema_migration
  SET migration_time = NOW(),
      schema_version = 87;