Przeglądaj źródła

chore: update down.sql of user_tablea

appflowy 2 lat temu
rodzic
commit
0da986553c

+ 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;