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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/schema.rs b/server/src/schema.rs
index 5fc70953..bd73aabf 100644
--- a/server/src/schema.rs
+++ b/server/src/schema.rs
@@ -266,6 +266,7 @@ table! {
theme -> Varchar,
default_sort_type -> Int2,
default_listing_type -> Int2,
+ lang -> Varchar,
}
}