WriteStorageId integer default 0, -- Id of the Storage used to Write
WriteDevice blob, -- Name of the Write Device
StatusInfo blob, -- Info to determine the error status
+ Encrypted int default 0, -- 0 no, 1 fd side, 2 sd side, 3 both
PRIMARY KEY(JobId),
INDEX (Name(128))
);
WriteStorageId integer default 0, -- Id of the Storage used to Write
WriteDevice text default '', -- Name of the Write Device
StatusInfo text default '', -- Info to determine the error status
+ Encrypted int default 0, -- 0 no, 1 fd side, 2 sd side, 3 both
primary key (jobid)
);
WriteStorageId integer default 0, -- Id of the Storage used to Write
WriteDevice text default '', -- Name of the Write Device
StatusInfo text default '', -- Info to determine the error status
+ Encrypted int default 0, -- 0 no, 1 fd side, 2 sd side, 3 both
PRIMARY KEY(JobId)
);
CREATE INDEX inx6 ON Job (Name);