mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:07:31 +00:00
4 lines
180 B
SQL
4 lines
180 B
SQL
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);
|