blob: cf6ac204cc6e2c02cfeb2867aab4927900f9eefe (
plain)
1
2
3
4
5
6
|
ALTER TABLE icinga_command_argument
ADD required ENUM('y', 'n') DEFAULT NULL AFTER repeat_key;
INSERT INTO director_schema_migration
SET migration_time = NOW(),
schema_version = 89;
|