pdf-quiz-generator/backend/alembic
Daniel b39e09f393 Persist reminders_disabled in Postgres and harden reminder scheduler
- Add reminders_disabled boolean column to users (DB source of truth).
- Scheduler reads the DB column directly; Redis no longer used for
  opt-out checks.
- Scheduler now deactivates reminders when a user has no completed
  attempts left for a quiz (e.g., after deleting their attempts).
- Settings API: GET returns DB value for reminders_disabled; PUT
  persists that key to DB and keeps the rest of the blob in Redis.

Rollback point for Alembic wiring.
2026-04-14 04:31:03 +02:00
..
versions Persist reminders_disabled in Postgres and harden reminder scheduler 2026-04-14 04:31:03 +02:00
env.py Initial commit: PDF Quiz Generator app 2026-03-30 20:04:53 +00:00
README Initial commit: PDF Quiz Generator app 2026-03-30 20:04:53 +00:00
script.py.mako Initial commit: PDF Quiz Generator app 2026-03-30 20:04:53 +00:00

Generic single-database configuration.