fix: projection version of restrictions (#7028)

This commit is contained in:
Livio Spring
2023-12-06 12:30:56 +02:00
committed by GitHub
parent ec03340b67
commit 970c062307
3 changed files with 11 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ import (
)
const (
RestrictionsProjectionTable = "projections.restrictions"
RestrictionsProjectionTable = "projections.restrictions2"
RestrictionsColumnAggregateID = "aggregate_id"
RestrictionsColumnCreationDate = "creation_date"