mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-16 12:58:00 +00:00
3 lines
146 B
MySQL
3 lines
146 B
MySQL
|
CREATE INDEX CONCURRENTLY IF NOT EXISTS es_wm_temp
|
||
|
ON eventstore.events2 (instance_id, aggregate_id, aggregate_type, event_type, "position");
|