pgsql/migrations: ignore missing index

fixes #1736
This commit is contained in:
Thomas Gelf 2019-02-14 15:18:25 +01:00
parent bd16756913
commit b52316a8b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DROP INDEX command_object_name;
DROP INDEX IF EXISTS command_object_name;
CREATE UNIQUE INDEX command_object_name ON icinga_command (object_name);
INSERT INTO director_schema_migration