mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-20 17:09:15 +00:00
drop owner_removed column on useer_metadata
This commit is contained in:
@@ -23,7 +23,7 @@ machine as (
|
||||
metadata as (
|
||||
select json_agg(row_to_json(r)) as metadata from (
|
||||
select creation_date, change_date, sequence, resource_owner, key, encode(value, 'base64') as value
|
||||
from projections.user_metadata4
|
||||
from projections.user_metadata5
|
||||
where user_id = $1
|
||||
and instance_id = $2
|
||||
) r
|
||||
|
Reference in New Issue
Block a user