Introduced workitems to Attestation IMV
This commit is contained in:
@@ -107,7 +107,8 @@ CREATE TABLE workitems (
|
||||
session integer NOT NULL REFERENCES sessions(id),
|
||||
enforcement integer NOT NULL REFERENCES enforcements(id),
|
||||
type integer NOT NULL,
|
||||
argument text NOT NULL,
|
||||
arg_str text,
|
||||
arg_int INTEGER DEFAULT 0,
|
||||
rec_fail integer NOT NULL,
|
||||
rec_noresult integer NOT NULL,
|
||||
rec_final integer,
|
||||
|
||||
Reference in New Issue
Block a user