summaryrefslogtreecommitdiffstats
path: root/schema/pgsql-migrations/upgrade_156.sql
blob: aa80cb31f7c0dd48629637eddb2901bf3059d7c5 (plain)
1
2
3
4
5
6
DROP INDEX IF EXISTS command_object_name;
CREATE UNIQUE INDEX command_object_name ON icinga_command (object_name);

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