1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-03-02 09:31:13 +00:00
lemmy/crates/db_views_actor
Dessalines 6b6457cc54
Adding a default_comment_sort_type column for local_site and local_user. ()
* 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 

* Renaming migration to current date.

* Simplifying PostSortType.
2024-09-19 10:03:58 +02:00
..
src Adding a default_comment_sort_type column for local_site and local_user. () 2024-09-19 10:03:58 +02:00
Cargo.toml Make eligible enums convertable to static strs () 2024-07-23 11:05:19 -04:00