mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 08:37:28 +00:00
4 lines
180 B
MySQL
4 lines
180 B
MySQL
![]() |
CREATE INDEX CONCURRENTLY IF NOT EXISTS events2_current_sequence2
|
||
|
ON eventstore.events2 USING btree
|
||
|
(aggregate_id ASC, aggregate_type ASC, instance_id ASC, sequence DESC);
|