1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-05-17 06:28:19 +00:00

4 lines
132 B
MySQL
Raw Normal View History

CREATE INDEX IF NOT EXISTS ca_fill_idx ON eventstore.events (
event_sequence DESC
, instance_id
) WHERE created_at IS NULL;