浏览代码

chore: update down.sql of ext_data

appflowy 2 年之前
父节点
当前提交
080c655627
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      frontend/rust-lib/flowy-database/migrations/2022-06-11-090029_view-add-col/down.sql

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

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