TriageFile Table
Jump to navigation
Jump to search
These are the names and regular expressions of files and folders that will be loaded in a Triage Load.
CREATE TABLE "TriageFile" (
"Name" text DEFAULT ''::text NOT NULL,
"Description" text DEFAULT ''::text NOT NULL,
"Why" text DEFAULT ''::text NOT NULL,
"Type" integer DEFAULT 0 NOT NULL
);