mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
History: Remove unused event type 'downtime_schedule'
This commit is contained in:
parent
ca6a0d1d72
commit
bf85339754
1 changed files with 1 additions and 1 deletions
|
|
@ -968,7 +968,7 @@ CREATE TABLE history (
|
|||
flapping_history_id binary(20) DEFAULT NULL COMMENT 'flapping_history.id',
|
||||
acknowledgement_history_id binary(20) DEFAULT NULL COMMENT 'acknowledgement_history.id',
|
||||
|
||||
event_type enum('notification','state_change','downtime_schedule','downtime_start', 'downtime_end','comment_add','comment_remove','flapping_start','flapping_end','ack_set','ack_clear') NOT NULL,
|
||||
event_type enum('notification','state_change','downtime_start', 'downtime_end','comment_add','comment_remove','flapping_start','flapping_end','ack_set','ack_clear') NOT NULL,
|
||||
event_time bigint(20) unsigned NOT NULL,
|
||||
|
||||
PRIMARY KEY (id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue