Actually delete the organization in delete-org.sql

This commit is contained in:
Eli Ribble 2026-01-15 04:11:19 +00:00
parent d46d988b4d
commit f94b89381f
No known key found for this signature in database

View file

@ -38,4 +38,5 @@ BEGIN;
DELETE FROM fieldseeker.treatmentarea WHERE organization_id = :org_id;
DELETE FROM fieldseeker.zones WHERE organization_id = :org_id;
DELETE FROM fieldseeker.zones2 WHERE organization_id = :org_id;
DELETE FROM organization WHERE id = :org_id;
COMMIT;