AppFlowy/frontend/rust-lib/flowy-database/migrations/2022-03-11-025536_grid/down.sql

4 lines
125 B
MySQL
Raw Normal View History

2022-03-11 13:36:00 +00:00
-- This file should undo anything in `up.sql`
2022-06-11 09:13:52 +00:00
DROP TABLE kv_table;
2022-03-11 13:36:00 +00:00
DROP TABLE grid_rev_table;
DROP TABLE grid_meta_rev_table;