mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
4 lines
132 B
MySQL
4 lines
132 B
MySQL
|
CREATE INDEX IF NOT EXISTS ca_fill_idx ON eventstore.events (
|
||
|
event_sequence DESC
|
||
|
, instance_id
|
||
|
) WHERE created_at IS NULL;
|