1 2 3 4 5 6
ALTER TABLE icinga_command ADD COLUMN is_string enum_boolean NULL; INSERT INTO director_schema_migration (schema_version, migration_time) VALUES (160, NOW());