cleanup.sql 334 B

12345678910111213
  1. ----------------------------------------------------------------------------
  2. -- cleanup.sql
  3. --
  4. -- This script will remove all tables created by the esqlc examples.
  5. ----------------------------------------------------------------------------
  6. DROP TABLE shape_test;
  7. DROP TABLE wkb_test;
  8. DROP TABLE lots;
  9. DROP TABLE sensitive_areas;