summaryrefslogtreecommitdiffstats
path: root/schema/mysql-migrations/upgrade_156.sql
blob: cd13edf4c6f496b0a04690fb3a5c30cf479291f1 (plain)
1
2
3
4
5
6
7
ALTER TABLE icinga_command
  DROP INDEX object_name,
ADD UNIQUE INDEX object_name (object_name);

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