This website requires JavaScript.
Explore
Help
Sign In
fedi
/
lemmy
Watch
1
Star
0
Fork
You've already forked lemmy
0
mirror of
https://github.com/LemmyNet/lemmy.git
synced
2024-11-21 14:17:08 +00:00
Code
Issues
Packages
Projects
Releases
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
4 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