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
7c052f5334
lemmy
/
server
/
migrations
/
2019-03-03-163336_create_post
/
down.sql
5 lines
84 B
MySQL
Raw
Normal View
History
Unescape
Escape
Saving replies, the actual fixes will be in the merge to dev.
2019-04-20 04:06:25 +00:00
drop
table
post_read
;
drop
table
post_saved
;
Adding User and Community types.
2019-03-04 16:39:07 +00:00
drop
table
post_like
;
drop
table
post
;