Add opt-in monthly email recaps with scheduling and delivery history
Magent CI/CD / verify (push) Canceled after 3m55s
Magent CI/CD / deploy-prod (push) Canceled after 0s
Magent CI/CD / deploy-beta (push) Canceled after 0s

This commit is contained in:
2026-09-09 22:39:22 +12:00
parent 333a799e21
commit 1979e02cde
18 changed files with 1832 additions and 7 deletions
+2
View File
@@ -733,6 +733,8 @@ def init_db() -> None:
conn.execute("PRAGMA optimize")
except sqlite3.OperationalError:
pass
from .services.recap_store import init_schema as init_recap_schema
init_recap_schema(conn)
_backfill_auth_providers()
ensure_admin_user()
_backfill_request_repairs()