-- Facts-Split-HideTracks.sql
/* 
2012-12-21 Tom Holden ve3meo

Drops the tables created by Facts-SplitSharedToIndiv.sql
It does not hide all traces as the Share events themselves attest and 
THERE IS NO GOING BACK: Facts-Split-Undo.sql will fail.
*/

DROP TABLE WitnessTableSafe
;
DROP TABLE zTmpShareSplit
;