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