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
/
2022-06-11-090029_view-add-col
/
down.sql
2 lines
90 B
MySQL
Raw
Normal View
History
Unescape
Escape
chore: update down.sql of ext_data
2022-08-15 02:09:04 +00:00
-- This file should undo anything in `up.sql`
ALTER
TABLE
view_table
DROP
COLUMN
ext_data
;
Reference in New Issue
Copy Permalink