feature/ack-signature-and-toasts #29

Merged
jason merged 10 commits from feature/ack-signature-and-toasts into master 2026-03-07 21:47:24 -06:00
Showing only changes of commit 8e06c9d576 - Show all commits

View File

@@ -23,6 +23,8 @@ CREATE TABLE IF NOT EXISTS violations (
negated_at DATETIME,
prior_active_points INTEGER, -- snapshot at time of logging
prior_tier_label TEXT, -- optional human-readable tier
acknowledged_by TEXT, -- employee name who acknowledged receipt
acknowledged_date TEXT, -- date of acknowledgment (YYYY-MM-DD)
created_at DATETIME DEFAULT CURRENT_TIMESTAMP
);