AppFlowy/frontend/rust-lib/flowy-sqlite/migrations/2021-07-14-022241_user-add-col/down.sql

2 lines
91 B
MySQL
Raw Normal View History

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