Allow granular per-chat reminder configuration
This commit is contained in:
@@ -17,7 +17,8 @@ diesel::table! {
|
||||
reminders (id) {
|
||||
id -> Integer,
|
||||
chat_id -> Integer,
|
||||
days_ahead -> BigInt,
|
||||
reminder_delta_hours -> BigInt,
|
||||
reminder_time -> Nullable<Text>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user