mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-16 12:58:00 +00:00
7 lines
123 B
MySQL
7 lines
123 B
MySQL
|
DELETE FROM eventstore.fields
|
||
|
WHERE aggregate_type = 'org'
|
||
|
AND aggregate_id NOT IN (
|
||
|
SELECT id
|
||
|
FROM projections.orgs1
|
||
|
);
|