bug: no data retention purge for tip_scores and tip_feedback (GDPR 30-day) #76
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
tip_scoresandtip_feedbacktables are documented as 30-day retention (schema comments reference GDPR), but no cleanup job exists. Data accumulates indefinitely.Fix
DELETE FROM tip_scores WHERE served_at < datetime('now', '-30 days')tip_feedback