feat: add opt-in daily Discord reminders with quiet hours

This commit is contained in:
syntaxbullet
2026-09-04 18:45:42 +02:00
parent 16d92f171c
commit 1208e93953
22 changed files with 2367 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
CREATE TABLE `reminder_worker_state` (
`id` text PRIMARY KEY NOT NULL,
`blocked_until` integer NOT NULL
);