summaryrefslogtreecommitdiffstats
path: root/server/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/schema.rs')
-rw-r--r--server/src/schema.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/schema.rs b/server/src/schema.rs
index 86834072..61957067 100644
--- a/server/src/schema.rs
+++ b/server/src/schema.rs
@@ -270,6 +270,8 @@ table! {
default_sort_type -> Int2,
default_listing_type -> Int2,
lang -> Varchar,
+ show_avatars -> Bool,
+ send_notifications_to_email -> Bool,
}
}