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