]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Merge pull request #1536 from LemmyNet/change_preferred_to_display_name
[lemmy.git] / crates / db_schema / src / schema.rs
index 04b5322c41da7e953ab5a73a92ed10bbe7933fc0..32fd3de1889d74cf066267c718f5a42ccdf39109 100644 (file)
@@ -154,6 +154,7 @@ table! {
         show_avatars -> Bool,
         send_notifications_to_email -> Bool,
         validator_time -> Timestamp,
+        show_scores -> Bool,
     }
 }