This website requires JavaScript.
Explore
Help
Sign in
LemmyNet
/
lemmy
Watch
2
Star
0
Fork
You've already forked lemmy
0
mirror of
https://github.com/LemmyNet/lemmy.git
synced
2024-11-01 02:00:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
97e088dcbf
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
;
Reference in a new issue
Copy permalink