mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-25 18:55:27 -06:00
* fix(setup): add filter_offset to `projections.current_states` * fix(eventstore): allow offset in query * fix(handler): offset for already processed events
1 line
65 B
SQL
1 line
65 B
SQL
ALTER TABLE projections.current_states ADD filter_offset INTEGER; |