nidus-sync/tools/delete-all-fieldseeker.sql

27 lines
948 B
MySQL
Raw Permalink Normal View History

2026-01-14 22:18:11 +00:00
TRUNCATE fieldseeker.containerrelate;
TRUNCATE fieldseeker.fieldscoutinglog;
TRUNCATE fieldseeker.habitatrelate;
TRUNCATE fieldseeker.inspectionsample;
TRUNCATE fieldseeker.inspectionsampledetail;
TRUNCATE fieldseeker.linelocation;
TRUNCATE fieldseeker.locationtracking;
TRUNCATE fieldseeker.mosquitoinspection;
TRUNCATE fieldseeker.pointlocation;
TRUNCATE fieldseeker.polygonlocation;
TRUNCATE fieldseeker.pool;
TRUNCATE fieldseeker.pooldetail;
TRUNCATE fieldseeker.proposedtreatmentarea;
TRUNCATE fieldseeker.qamosquitoinspection;
TRUNCATE fieldseeker.rodentlocation;
TRUNCATE fieldseeker.samplecollection;
TRUNCATE fieldseeker.samplelocation;
TRUNCATE fieldseeker.servicerequest;
TRUNCATE fieldseeker.speciesabundance;
TRUNCATE fieldseeker.stormdrain;
TRUNCATE fieldseeker.timecard;
TRUNCATE fieldseeker.trapdata;
TRUNCATE fieldseeker.traplocation;
TRUNCATE fieldseeker.treatment;
TRUNCATE fieldseeker.treatmentarea;
TRUNCATE fieldseeker.zones;