Fixed index name
This commit is contained in:
parent
58a18ac326
commit
3ae7434327
@ -14,7 +14,7 @@
|
||||
-- limitations under the License.
|
||||
--
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_alarm_originator_alarm_type ON alarm(originator_id, type, startTs DESC);
|
||||
CREATE INDEX IF NOT EXISTS idx_alarm_originator_alarm_type ON alarm(originator_id, type, start_ts DESC);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_event_type_entity_id ON event(tenant_id, event_type, entity_type, entity_id);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user