AppFlowy/frontend/rust-lib/flowy-database/migrations/2022-03-04-101530_flowy-grid/down.sql

3 lines
93 B
MySQL
Raw Normal View History

2022-03-04 13:26:32 +00:00
-- This file should undo anything in `up.sql`
2022-03-10 09:14:10 +00:00
DROP TABLE kv_table;
DROP TABLE grid_rev_table;