瀏覽代碼

chore: update down.sql of user_tablea

appflowy 2 年之前
父節點
當前提交
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;