mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:47:32 +00:00
fix: projection version of restrictions (#7028)
This commit is contained in:
@@ -14,14 +14,14 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
expectedRestrictionsQuery = regexp.QuoteMeta("SELECT projections.restrictions.aggregate_id," +
|
||||
" projections.restrictions.creation_date," +
|
||||
" projections.restrictions.change_date," +
|
||||
" projections.restrictions.resource_owner," +
|
||||
" projections.restrictions.sequence," +
|
||||
" projections.restrictions.disallow_public_org_registration," +
|
||||
" projections.restrictions.allowed_languages" +
|
||||
" FROM projections.restrictions" +
|
||||
expectedRestrictionsQuery = regexp.QuoteMeta("SELECT projections.restrictions2.aggregate_id," +
|
||||
" projections.restrictions2.creation_date," +
|
||||
" projections.restrictions2.change_date," +
|
||||
" projections.restrictions2.resource_owner," +
|
||||
" projections.restrictions2.sequence," +
|
||||
" projections.restrictions2.disallow_public_org_registration," +
|
||||
" projections.restrictions2.allowed_languages" +
|
||||
" FROM projections.restrictions2" +
|
||||
" AS OF SYSTEM TIME '-1 ms'",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user