소스 검색

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;