Jason Stedwell
|
c892588d31
|
db: add schema for API keys, audit log, and per-minute uptime; migrate links/clicks
New tables: api_keys (hashed bearer tokens with scopes), audit_log (admin
action trail), uptime_minutes (multi-worker-safe availability marks).
Idempotent column migrations: links.redirect_type (default 302),
links.password_hash, links.deleted_at, clicks.is_bot. Existing databases
upgrade in place on next startup.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-03 01:36:56 -05:00 |
|