down.sql 118 B

1234
  1. -- This file should undo anything in `up.sql`
  2. DROP TABLE workspace_table;
  3. DROP TABLE app_table;
  4. DROP TABLE view_table;