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

3 lines
104 B
MySQL
Raw Normal View History

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