summaryrefslogtreecommitdiffstats
path: root/schema/pgsql-migrations/upgrade_141.sql
blob: a382208dcea82de9a90b9f3deafe5ad0fedfd229 (plain)
1
2
3
4
5
6
7
UPDATE icinga_service_set
  SET object_type = 'template'
  WHERE object_type = 'object' AND host_id IS NULL;

INSERT INTO director_schema_migration
  (schema_version, migration_time)
  VALUES (141, NOW());