Lock customer page after choice, archive files on revision, add file checkboxes for delivery

This commit is contained in:
Troll (Hermes Agent) 2026-08-01 21:10:57 +00:00
parent 51d1b4a4d9
commit 0f6b68cf5d
4 changed files with 144 additions and 48 deletions

View file

@ -41,6 +41,7 @@ CREATE TABLE IF NOT EXISTS requests (
square_payment_ref TEXT,
admin_alert_email TEXT,
player_token TEXT NOT NULL UNIQUE,
revision_count INTEGER DEFAULT 0,
revision_note TEXT
);