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, 1 insertions, 1 deletions
diff --git a/server/src/schema.rs b/server/src/schema.rs
index 118f5f4a..86834072 100644
--- a/server/src/schema.rs
+++ b/server/src/schema.rs
@@ -260,7 +260,7 @@ table! {
preferred_username -> Nullable<Varchar>,
password_encrypted -> Text,
email -> Nullable<Text>,
- icon -> Nullable<Bytea>,
+ avatar -> Nullable<Text>,
admin -> Bool,
banned -> Bool,
published -> Timestamp,