BUG-13914 Browser not recognizing PDF Output Document

New feature added in Output Document Properties and new column added in OUTPUT DOCUMENT table.
This commit is contained in:
norahmollo
2014-03-19 15:20:39 -04:00
parent ad6eb8a775
commit d35466aa64
10 changed files with 10 additions and 5 deletions

View File

@@ -470,7 +470,8 @@ CREATE TABLE "OUTPUT_DOCUMENT"
"OUT_DOC_PDF_SECURITY_ENABLED" NUMBER(3,0) default 0,
"OUT_DOC_PDF_SECURITY_OPEN_PASSWORD" VARCHAR2(32) default '',
"OUT_DOC_PDF_SECURITY_OWNER_PASSWORD" VARCHAR2(32) default '',
"OUT_DOC_PDF_SECURITY_PERMISSIONS" VARCHAR2(150) default ''
"OUT_DOC_PDF_SECURITY_PERMISSIONS" VARCHAR2(150) default '',
"OUT_DOC_OPEN_TYPE" NUMBER default 0
);
ALTER TABLE "OUTPUT_DOCUMENT"