Actually delete the organization in delete-org.sql
This commit is contained in:
parent
d46d988b4d
commit
f94b89381f
1 changed files with 1 additions and 0 deletions
|
|
@ -38,4 +38,5 @@ BEGIN;
|
||||||
DELETE FROM fieldseeker.treatmentarea WHERE organization_id = :org_id;
|
DELETE FROM fieldseeker.treatmentarea WHERE organization_id = :org_id;
|
||||||
DELETE FROM fieldseeker.zones 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 fieldseeker.zones2 WHERE organization_id = :org_id;
|
||||||
|
DELETE FROM organization WHERE id = :org_id;
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue