AppFlowy/frontend/rust-lib/flowy-database/migrations/2022-03-11-025536_flowy-grid/down.sql
2022-03-11 21:36:00 +08:00

3 lines
104 B
SQL

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