mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-04 22:32:55 -04:00
6 lines
184 B
SQL
6 lines
184 B
SQL
ALTER TABLE icinga_service
|
|
ADD COLUMN apply_for character varying(255) DEFAULT NULL;
|
|
|
|
INSERT INTO director_schema_migration
|
|
(schema_version, migration_time)
|
|
VALUES (119, NOW());
|