Lock customer page after choice, archive files on revision, add file checkboxes for delivery
This commit is contained in:
parent
51d1b4a4d9
commit
0f6b68cf5d
4 changed files with 144 additions and 48 deletions
|
|
@ -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
|
||||
);
|
||||
|
||||
|
|
|
|||
Reference in a new issue