clear out existing before load

This commit is contained in:
Paul Trowbridge 2020-05-01 16:02:49 -04:00
parent 1dceae4a2f
commit f938c35488
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ getlist() {
$PG -c "\copy import.targ_rev FROM $f WITH CSV HEADER DELIMITER ',';"
done
}
$PG -c "DELETE FROM import.targ_rev;"
getlist