Fix typo in mysql schema

fixes #12423
This commit is contained in:
Rune Darrud 2016-08-14 12:59:35 +02:00
parent 186fcb3724
commit 16d1f1893e
1 changed files with 1 additions and 1 deletions

View File

@ -1614,7 +1614,7 @@ CREATE INDEX loge_inst_id_time_idx on icinga_logentries (instance_id ASC, logent
-- statehistory
CREATE INDEX statehist_i_id_o_id_s_ty_s_ti on icinga_statehistory(instance_id, object_id, state_type, state_time);
--#2274
-- #2274
create index statehist_state_idx on icinga_statehistory(object_id,state);