]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Add show_new_posts_notifs setting. Fixes #1664 (#1665)
[lemmy.git] / crates / db_schema / src / schema.rs
index 4a52b310d4efe243ebd954b9396a3f135d3b99f1..8c17b0bd53144f13b367895398ac3288f7f9177f 100644 (file)
@@ -156,6 +156,7 @@ table! {
         show_bot_accounts -> Bool,
         show_scores -> Bool,
         show_read_posts -> Bool,
+        show_new_post_notifs -> Bool,
     }
 }