AppFlowy/frontend/rust-lib/flowy-database/migrations/2022-03-11-025536_grid/down.sql
2022-06-14 20:47:29 +08:00

4 lines
125 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE kv_table;
DROP TABLE grid_rev_table;
DROP TABLE grid_meta_rev_table;