소스 검색

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;