mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-30 01:28:52 +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
|
||
|
|
);
|