This website requires JavaScript.
Explore
Help
Register
Sign In
gsathecat
/
lemmy
mirror of
https://github.com/LemmyNet/lemmy.git
Watch
1
Star
0
Fork
You've already forked lemmy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
63c237d6df
lemmy
/
migrations
/
2022-05-20-135341_embed-url
/
down.sql
2 lines
89 B
SQL
Raw
Blame
History
alter
table
post
drop
column
embed_url
;
alter
table
post
add
column
embed_video_url
text
;
Reference in New Issue
View Git Blame
Copy Permalink