2017-03-13 22:45:12 +01:00

7 lines
199 B
SQL

ALTER TABLE icinga_hostgroup
MODIFY object_type enum('object', 'template', 'external_object') NOT NULL;
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (130, NOW());