1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-05-31 00:48:27 +00:00
Silvan 6be41ea257
fix(setup): steps 10 and 11 ()
* fix(step10): count amount of wrong_events manually

* fix(step11): create index for better performance
2023-06-07 16:30:19 +00:00

4 lines
132 B
SQL

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