Fixed index name

This commit is contained in:
Andrew Shvayka 2019-11-27 19:30:58 +02:00
parent 58a18ac326
commit 3ae7434327

View File

@ -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);