mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:47:33 +00:00
chore: move the go code into a subfolder
This commit is contained in:
9
apps/api/cmd/setup/39.sql
Normal file
9
apps/api/cmd/setup/39.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
DELETE FROM eventstore.fields
|
||||
WHERE aggregate_type = 'org'
|
||||
AND aggregate_id IN (
|
||||
SELECT aggregate_id
|
||||
FROM eventstore.events2
|
||||
WHERE instance_id = $1
|
||||
AND aggregate_type = 'org'
|
||||
AND event_type = 'org.removed'
|
||||
);
|
Reference in New Issue
Block a user