mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 07:15:38 +00:00
fix: union
This commit is contained in:
parent
3093eb0dbd
commit
756a4f1d08
@ -52,7 +52,7 @@ const (
|
|||||||
" aggregate_type = $2::VARCHAR " +
|
" aggregate_type = $2::VARCHAR " +
|
||||||
" AND aggregate_id = $3::VARCHAR " +
|
" AND aggregate_id = $3::VARCHAR " +
|
||||||
" GROUP BY resource_owner " +
|
" GROUP BY resource_owner " +
|
||||||
" ) UNION ALL (" +
|
" ) UNION (" +
|
||||||
// if no previous event we use the given data
|
// if no previous event we use the given data
|
||||||
" VALUES (" +
|
" VALUES (" +
|
||||||
" $1::VARCHAR, " +
|
" $1::VARCHAR, " +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user