diff --git a/pkg/datastore/schema.sql b/pkg/datastore/schema.sql index 9ac641f..22b9b73 100644 --- a/pkg/datastore/schema.sql +++ b/pkg/datastore/schema.sql @@ -75,7 +75,10 @@ CREATE TABLE IF NOT EXISTS tickets ( 'Triaged', 'Assigned Out', 'Patched', - 'False Positive' + 'False Positive', + 'Pending Risk Approval', + 'Risk Accepted', + 'Pending Verification' )), dedupe_hash TEXT UNIQUE NOT NULL, patch_evidence TEXT,