mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 16:27:42 +00:00
3 lines
130 B
SQL
3 lines
130 B
SQL
use eventstore;
|
|
CREATE INDEX IF NOT EXISTS max_sequence on eventstore.events (aggregate_type, aggregate_id, event_sequence DESC);
|