mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
fix(eventstore): improve pagination of handler filter (#6968)
* fix(setup): add filter_offset to `projections.current_states`
* fix(eventstore): allow offset in query
* fix(handler): offset for already processed events
(cherry picked from commit e3d1ca4d58
)
This commit is contained in:
1
cmd/setup/17.sql
Normal file
1
cmd/setup/17.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE projections.current_states ADD filter_offset INTEGER;
|
Reference in New Issue
Block a user