AppFlowy/frontend/rust-lib/flowy-database/migrations/2022-04-05-015536_flowy-grid-block-index/down.sql
2022-04-05 14:25:07 +08:00

3 lines
116 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE grid_block_index_table;
-- DROP TABLE grid_block_fts_table;