down.sql 125 B

1234
  1. -- This file should undo anything in `up.sql`
  2. DROP TABLE kv_table;
  3. DROP TABLE grid_rev_table;
  4. DROP TABLE grid_meta_rev_table;