This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-07-14 20:46:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
rust-lib
/
flowy-sqlite
/
migrations
/
2021-07-14-022241_user-add-col
/
down.sql
2 lines
91 B
MySQL
Raw
Normal View
History
Unescape
Escape
add update user test & add app and workspace test
2021-07-14 21:12:52 +08:00
-- This file should undo anything in `up.sql`
chore: update down.sql of user_tablea
2022-08-15 10:09:59 +08:00
ALTER
TABLE
user_table
DROP
COLUMN
workspace
;
Reference in New Issue
Copy Permalink