blob: c20a24a09cd543ca41f30da1208a844bc15725d2 (
plain)
1
2
3
4
5
|
ALTER TABLE icinga_notification_assignment ADD assign_type enum_assign_type NOT NULL DEFAULT 'assign';
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (91, NOW());
|