]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Revert "Add pending, and change use specific API response for FollowCommunity…" ...
[lemmy.git] / crates / db_schema / src / schema.rs
index 74285e3c693360c12fad3c34c0c20bd85f6d9c65..666986a691cb9e5a476c98a0cf7fcc0132dd5c9b 100644 (file)
@@ -119,7 +119,7 @@ table! {
         community_id -> Int4,
         person_id -> Int4,
         published -> Timestamp,
-        pending -> Bool,
+        pending -> Nullable<Bool>,
     }
 }