mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-11 21:39:01 +00:00
77d756c677
P1 fixes: - Use --dbname=URL for pg_dump/psql so SSL params, timeouts, and other connection options from PAD_DATABASE_URL are preserved - Add --clean --if-exists to pg_dump so restores can overwrite an existing database without duplicate-key errors P2 fixes: - Add logAuditEventForUser() to pass explicit user ID for auth events (login, register, bootstrap, password_reset) where the request context doesn't yet have the authenticated user - Change audit log --actor filter to match user_id column instead of actor type, so filtering by specific user actually works