Markus Frosch 6a79436af3 IcingaCommand: Allow command to be rendered as string
Icinga 2 allows this from the beginning.
2019-03-26 12:02:35 +01:00

7 lines
169 B
SQL

ALTER TABLE icinga_command
ADD COLUMN is_string enum ('y', 'n') NULL;
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (160, NOW());