AppFlowy/rust-lib/flowy-database/migrations/2021-07-13-063102_flowy-workspace/down.sql

4 lines
118 B
MySQL
Raw Normal View History

2021-07-13 09:19:39 +00:00
-- This file should undo anything in `up.sql`
DROP TABLE workspace_table;
DROP TABLE app_table;
DROP TABLE view_table;