AppFlowy/frontend/rust-lib/flowy-database/migrations/2022-06-11-090029_view-add-col/down.sql
2022-08-15 10:09:04 +08:00

2 lines
90 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE view_table DROP COLUMN ext_data;