mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-08 16:24:21 -04:00
7 lines
294 B
MySQL
7 lines
294 B
MySQL
|
|
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());
|