Split the three `DELETE` commands in `import_from_postgis`

SQLite apparently cannot execute a series of SQL commands in the execute statement. The series of commands need to be split.

\fyi @tara