Allow granular per-chat reminder configuration

This commit is contained in:
2024-02-11 10:30:20 +01:00
parent d338f89a15
commit 454bcf5307
10 changed files with 359 additions and 108 deletions

View File

@@ -17,7 +17,8 @@ diesel::table! {
reminders (id) {
id -> Integer,
chat_id -> Integer,
days_ahead -> BigInt,
reminder_delta_hours -> BigInt,
reminder_time -> Nullable<Text>,
}
}