2018-10-30 20:20:25 +01:00

7 lines
202 B
SQL

DROP INDEX 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());