zitadel/internal/eventstore/handler
Fabi 5132ebe07c
feat: add tenant column to eventstore (#3314)
* feat: add tenant column to eventstore

* feat: read tenant from context on push and filter

* Update 07_events_table.sql

* pass tenant to queryFactory

* fix some query tests

* init in tests

* add missing sql files

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-03-15 07:19:02 +01:00
..
crdb feat: add tenant column to eventstore (#3314) 2022-03-15 07:19:02 +01:00
handler_projection_test.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
handler_projection.go feat: add tenant column to eventstore (#3314) 2022-03-15 07:19:02 +01:00
handler.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
reduce.go feat: jobs for projection tables (#1730) 2021-08-19 08:31:56 +02:00
statement.go feat: add tenant column to eventstore (#3314) 2022-03-15 07:19:02 +01:00