lemmy/api_tests/src
Nutomic 9a64902ace
Remove aggregate tables (fixes #4869) (#5407)
* migration

* update code

* tests

* triggers

* fix

* fmt

* clippy

* post aggregate migration

* changes for post aggregate code

* wip: update tests for post aggregate

* format

* fix partialeq

* trigger fix

* fix post insert trigger

* wip

* reorder

* fixes

* community aggregate migration

* update code

* triggers

* person aggregate migration

* person aggregate code

* person triggers

* test fixes

* fix scheduled task

* update api tests

* site_aggregates to local_site migration

* site_aggregates code changes

* triggers, tests

* more fixes

* Rename PersonPostAggregates to PostActions

* Merge local_user_vote_display_mode into local_user

* fix schema

* remove duplicate fields

* remove "aggregates" from index names

* uncomment indices

* if count = 0

* remove commentaggregates

* Fix triggers in remove aggregates tables pr (#5451)

* prevent all db_schema test errors

* fix the delete_comments_before_post problem in a way that doesn't affect the returned number of affected rows

* remove unnecessary recursion checks and add comment to remaining check

* clean up

* Fixing SQL format.

* Update triggers.sql

* Update triggers.sql

* Update triggers.sql

* Update triggers.sql

* remove update of deleted column

---------

Co-authored-by: Dessalines <tyhou13@gmx.com>

* rename migration

* Fix migration errors

* Fixing person_saved_combined. (#5481)

---------

Co-authored-by: dullbananas <dull.bananas0@gmail.com>
Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2025-03-06 16:18:41 +01:00
..
comment.spec.ts Remove aggregate tables (fixes #4869) (#5407) 2025-03-06 16:18:41 +01:00
community.spec.ts Remove aggregate tables (fixes #4869) (#5407) 2025-03-06 16:18:41 +01:00
follow.spec.ts Remove aggregate tables (fixes #4869) (#5407) 2025-03-06 16:18:41 +01:00
image.spec.ts Rename actor_id columns to ap_id (#5393) 2025-02-05 22:56:37 -05:00
post.spec.ts Remove aggregate tables (fixes #4869) (#5407) 2025-03-06 16:18:41 +01:00
private_community.spec.ts Rename actor_id columns to ap_id (#5393) 2025-02-05 22:56:37 -05:00
private_message.spec.ts Adding combined inbox (#5257) 2025-01-15 12:51:39 -05:00
shared.ts Fix federation of unban action (fixes #5454) (#5456) 2025-02-28 08:09:19 -05:00
user.spec.ts Rename actor_id columns to ap_id (#5393) 2025-02-05 22:56:37 -05:00