]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/lib.rs
Feature add three six and nine months options backend (#3226)
[lemmy.git] / crates / db_schema / src / lib.rs
index 04ec4e7dab04a40a9009d0ff1d0d2147a2d69bd3..acb069ca7d3711a585b647f32f84c8de46bc37e1 100644 (file)
@@ -63,6 +63,9 @@ pub enum SortType {
   TopHour,
   TopSixHour,
   TopTwelveHour,
+  TopThreeMonths,
+  TopSixMonths,
+  TopNineMonths,
 }
 
 #[derive(EnumString, Display, Debug, Serialize, Deserialize, Clone, Copy)]