浏览代码

chore: update down.sql of user_tablea

appflowy 3 年之前
父节点
当前提交
0da986553c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/rust-lib/flowy-database/migrations/2021-07-14-022241_user-add-col/down.sql

+ 1 - 1
frontend/rust-lib/flowy-database/migrations/2021-07-14-022241_user-add-col/down.sql

@@ -1,2 +1,2 @@
 -- This file should undo anything in `up.sql`
-DROP TABLE user_table;
+ALTER TABLE user_table DROP COLUMN workspace;