icingaweb2-module-director/schema/mysql-migrations/upgrade_156.sql

8 lines
194 B
MySQL
Raw Normal View History

2018-10-30 20:20:25 +01:00
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());