lemmy/crates/db_views_actor/src
Dessalines 6b6457cc54
Adding a default_comment_sort_type column for local_site and local_user. (#4469)
* Adding a default_comment_sort_type column for local_site and local_user.

- Renamed SortType to PostSortType in the DB and code.
- Renamed references to default_sort_type to default_post_sort_type.
- Fixes #4128

* Renaming migration to current date.

* Simplifying PostSortType.
2024-09-19 10:03:58 +02:00
..
comment_reply_view.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
community_follower_view.rs Configure max comment width in clippy (#4738) 2024-05-23 08:46:26 -04:00
community_moderator_view.rs Make sure you can view your moderated deleted and removed communities. (#4912) 2024-07-23 12:38:54 -04:00
community_person_ban_view.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 2023-10-13 09:48:18 -04:00
community_view.rs Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
lib.rs Remove pointless block_views. (#4841) 2024-09-10 14:32:12 -04:00
person_mention_view.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
person_view.rs Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
structs.rs Remove pointless block_views. (#4841) 2024-09-10 14:32:12 -04:00