mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
e3d1ca4d58
* 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; |