Allow chats to choose a locale
This commit is contained in:
@@ -9,5 +9,6 @@ diesel::table! {
|
||||
next_appointment_end -> Nullable<BigInt>,
|
||||
last_reminder -> Nullable<BigInt>,
|
||||
pinned_message_id -> Nullable<Integer>,
|
||||
locale -> Nullable<Text>,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user