AppFlowy/frontend/rust-lib/flowy-sqlite/migrations/2022-04-05-015536_grid-block-index/down.sql

3 lines
116 B
MySQL
Raw Normal View History

2022-04-05 06:25:07 +00:00
-- This file should undo anything in `up.sql`
DROP TABLE grid_block_index_table;
-- DROP TABLE grid_block_fts_table;