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_views/src
Dessalines 6e4278b1c9
Setting rank column defaults to a small number. Fixes #4178 (#4191)
* Setting rank column defaults to a small number. Fixes #4178

* Fixing tests.
6 months ago
..
comment_report_view.rs Setting rank column defaults to a small number. Fixes #4178 (#4191) 6 months ago
comment_view.rs Setting rank column defaults to a small number. Fixes #4178 (#4191) 6 months ago
custom_emoji_view.rs Make functions work with both connection and pool (#3420) 11 months ago
lib.rs Add Custom Emojis Support (#2616) 1 year ago
local_user_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
post_report_view.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
post_view.rs Setting rank column defaults to a small number. Fixes #4178 (#4191) 6 months ago
private_message_report_view.rs Also order reports by oldest first (ref #4123) (#4129) 7 months ago
private_message_view.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
registration_application_view.rs Add UI setting for collapsing bot comments. Fixes #3838 (#4098) 7 months ago
site_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
structs.rs Adding `creator_is_admin` to `PersonView`, `CommentView`, and `PostView`. (#4165) 6 months ago