X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Fschema.rs;h=32fd3de1889d74cf066267c718f5a42ccdf39109;hb=bcdbced0dd8e2be4de32feaa0a863420ec2c0661;hp=04b5322c41da7e953ab5a73a92ed10bbe7933fc0;hpb=799ab94af313f635dbe4547ea2f9a85c3124fd11;p=lemmy.git diff --git a/crates/db_schema/src/schema.rs b/crates/db_schema/src/schema.rs index 04b5322c..32fd3de1 100644 --- a/crates/db_schema/src/schema.rs +++ b/crates/db_schema/src/schema.rs @@ -154,6 +154,7 @@ table! { show_avatars -> Bool, send_notifications_to_email -> Bool, validator_time -> Timestamp, + show_scores -> Bool, } }