This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2024-08-30 18:12:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b07656295
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 13:12:52 +00:00
-- This file should undo anything in `up.sql`
chore: update down.sql of user_tablea
2022-08-15 02:09:59 +00:00
ALTER
TABLE
user_table
DROP
COLUMN
workspace
;
Reference in New Issue
Copy Permalink