lemmy/crates/db_schema/src/impls
Dessalines 9c3efe32e7
First pass at adding comment trees. (#2362)
* First pass at adding comment trees.

- Extracted comment replies into its own table.
- Added ltree column to comment
- Added parent_id param to GetComments to fetch a tree branch
- No paging / limiting yet

* Adding child_count to comment_aggregates.

* Adding parent comment update counts

* Fix unit tests.

* Comment tree paging mostly done.

* Fix clippy

* Fix drone tests wrong postgres version.

* Fix unit tests.

* Add back in delete in unit test.

* Add postgres upgrade script.

* Fixing some PR comments.

* Move update ltree into Comment::create

* Updating based on comments.

* Fix send soft fail.
2022-07-30 05:55:59 +02:00
..
activity.rs Fix problem where actors can have empty public key (fixes #2347) (#2348) 2022-07-11 18:25:33 +00:00
comment.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
comment_reply.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
comment_report.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
community.rs Fix follow being stuck as pending after accept (#2366) 2022-07-20 14:10:29 +00:00
community_block.rs Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
email_verification.rs First pass at invite-only migration. (#1949) 2021-12-15 14:49:59 -05:00
local_user.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
mod.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
moderator.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
password_reset_request.rs Fix problem where actors can have empty public key (fixes #2347) (#2348) 2022-07-11 18:25:33 +00:00
person.rs Dont allow login if account is banned or deleted (fixes #2372) (#2374) 2022-07-28 23:14:07 +02:00
person_block.rs Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
person_mention.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
post.rs Fix problem where actors can have empty public key (fixes #2347) (#2348) 2022-07-11 18:25:33 +00:00
post_report.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
private_message.rs Fix problem where actors can have empty public key (fixes #2347) (#2348) 2022-07-11 18:25:33 +00:00
registration_application.rs First pass at invite-only migration. (#1949) 2021-12-15 14:49:59 -05:00
secret.rs Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
site.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00