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
d793d803b0
lemmy
/
migrations
/
2023-10-24-131607_proxy_links
/
down.sql
5 lines
75 B
MySQL
Raw
Normal View
History
Unescape
Escape
sql fmt
2023-10-24 15:07:52 +00:00
DROP
TABLE
remote_image
;
ALTER
TABLE
local_image
RENAME
TO
image_upload
;
add db table to validate proxied links
2023-10-24 13:56:04 +00:00