summaryrefslogtreecommitdiffstats
path: root/schema/pgsql-migrations/upgrade_176.sql
blob: eadcb18ad322496b7d70a7743d4aeda0187852ae (plain)
1
2
3
4
5
6
ALTER TABLE icinga_host ADD COLUMN custom_endpoint_name character varying(255) DEFAULT NULL;
ALTER TABLE branched_icinga_host ADD COLUMN custom_endpoint_name character varying(255) DEFAULT NULL;

INSERT INTO director_schema_migration
  (schema_version, migration_time)
  VALUES ('176', NOW());