down.sql 141 B

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