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-05 04:00:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4121fc4d56
lemmy
/
migrations
/
2022-11-21-204256_user-following
/
down.sql
6 lines
101 B
MySQL
Raw
Normal View
History
Unescape
Escape
Adding SQL format checking via `pg_format` / pgFormatter (#3740) * SQL format checking, 1. * SQL format checking, 2. * SQL format checking, 3. * SQL format checking, 4. * SQL format checking, 5. * Running pg_format * Getting rid of comment. * Upping pg_format version. * Using git ls-files for sql format check. * Fixing sql lints. * Addressing PR comments.
2023-08-02 16:44:51 +00:00
DROP
TABLE
person_follower
;
ALTER
TABLE
community_follower
ALTER
COLUMN
pending
DROP
NOT
NULL
;
Implement federated user following (fixes #752) (#2577) * Implement federated user following (fixes #752) * rewrite send_activity_in_community and add docs, remove default for column pending * improve migration * replace null values in db migration
2022-11-23 23:40:47 +00:00
Reference in a new issue
Copy permalink