summaryrefslogtreecommitdiffstats
path: root/schema/pgsql-migrations/upgrade_160.sql
blob: 5258146b55495b4ac58589ec5374a581239acf63 (plain)
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());