You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_schema/src
İsmail Karslı 8670403a67
Add local_subscribers field to CommunityAggregates. Fixes #4144 (#4166)
* Add upload timeout to PictrsConfig

* Bad space 🤔

* Update PictrsConfig upload timeout to include units.

* Add local_subscribers field to CommunityAggregates
struct and schema

* sql format

* local_subscribers test

* fix local_subscribers test

* Revert "fix local_subscribers test"

This reverts commit 4bbac5ce4a.

* Revert "local_subscribers test"

This reverts commit 735107e1f7.

* Create trigger for local_subscribers

* Rename variable

* re-trigger ci

* re-trigger ci

* Add local_subscribers count to follow.spec.ts

* Rename local_subscribers to subscribers_local

* Add subscribers_local to community_aggregates

* added subscribers_local to the aggregate tests

* Check if person exists on community_follower trigger

* Delete community follows before deleting person

* Update lemmy-js-client in api_tests

* Refactor local_subscriber migration

* fix format

* Move migration files date to now

* Fix test to wait for aggregates to federate

* re-trigger ci

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
5 months ago
..
aggregates Add local_subscribers field to CommunityAggregates. Fixes #4144 (#4166) 5 months ago
impls Mark instance as alive after successful activity send (fixes #4039) (#4377) 5 months ago
source Adding Selectable and diesel postgres backend check. (#4175) 7 months ago
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 9 months ago
lib.rs Add macro assert_length!() for tests (#4348) 5 months ago
newtypes.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
schema.rs Add local_subscribers field to CommunityAggregates. Fixes #4144 (#4166) 5 months ago
traits.rs Allow marking multiple posts as read in single api call (fixes #3963) (#4048) 8 months ago
utils.rs Reduce default db pool size to 30, remove db timeout (ref #4282) (#4301) 5 months ago