This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
lemmy
Watch
2
Star
0
Fork
You've already forked lemmy
0
mirror of
https://github.com/LemmyNet/lemmy
synced
2024-11-21 20:13:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
main
lemmy
/
migrations
/
2024-10-23-091053_comment-vote-remote-postid
/
up.sql
Nutomic
925826170f
Remove comment_like.post_id column which is unnecessary (ref
#5122
) (
#5134
)
2024-10-26 14:45:12 -04:00
3 lines
44 B
SQL
Raw
Permalink
Blame
History
ALTER
TABLE
comment_like
DROP
post_id
;
Reference in a new issue
View git blame
Copy permalink