fix(projection): new version of oidc_settings (#4811)

There was a field delete some commits back but the projection version was not updated, that's why we update now
This commit is contained in:
Silvan
2022-12-02 13:54:28 +01:00
committed by GitHub
parent 0175076dfc
commit e7137dba60
3 changed files with 31 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ import (
)
const (
OIDCSettingsProjectionTable = "projections.oidc_settings"
OIDCSettingsProjectionTable = "projections.oidc_settings2"
OIDCSettingsColumnAggregateID = "aggregate_id"
OIDCSettingsColumnCreationDate = "creation_date"