We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c8ec4 commit 256e212Copy full SHA for 256e212
src/site/docbook/reference/schema-appendix.xml
@@ -236,6 +236,7 @@ INSERT INTO BATCH_JOB_SEQ values(0);</programlisting>
236
EXIT_CODE VARCHAR(20),
237
EXIT_MESSAGE VARCHAR(2500),
238
LAST_UPDATED TIMESTAMP,
239
+ JOB_CONFIGURATION_LOCATION VARCHAR(2500) NULL,
240
constraint JOB_INSTANCE_EXECUTION_FK foreign key (JOB_INSTANCE_ID)
241
references BATCH_JOB_INSTANCE(JOB_INSTANCE_ID)
242
) ;</programlisting>
0 commit comments