AppFlowy/rust-lib/flowy-database/migrations/2021-07-13-063102_flowy-workspace/down.sql
2021-07-13 17:21:21 +08:00

4 lines
118 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE workspace_table;
DROP TABLE app_table;
DROP TABLE view_table;