]> Untitled Git - lemmy.git/blobdiff - lemmy_db_schema/src/schema.rs
Adding stickied to post_aggregates.
[lemmy.git] / lemmy_db_schema / src / schema.rs
index fa5d8c21d9b69060b160af95cafc06fcae00716d..bbc2e7b80ea9471fcef71b01b58f0b9127e2335c 100644 (file)
@@ -282,6 +282,7 @@ table! {
         score -> Int8,
         upvotes -> Int8,
         downvotes -> Int8,
+        stickied -> Bool,
         published -> Timestamp,
         newest_comment_time -> Timestamp,
     }