AppFlowy/frontend/rust-lib/flowy-database/migrations/2022-06-11-090029_view-add-col/down.sql

2 lines
90 B
MySQL
Raw Normal View History

2022-08-15 02:09:04 +00:00
-- This file should undo anything in `up.sql`
ALTER TABLE view_table DROP COLUMN ext_data;