Skip to content

Commit 256e212

Browse files
jehansonmminella
authored andcommitted
Update schema-appendix.xml
Add JOB_CONFIGURATION_LOCATION column to documentaiton.
1 parent 12c8ec4 commit 256e212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/site/docbook/reference/schema-appendix.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ INSERT INTO BATCH_JOB_SEQ values(0);</programlisting>
236236
EXIT_CODE VARCHAR(20),
237237
EXIT_MESSAGE VARCHAR(2500),
238238
LAST_UPDATED TIMESTAMP,
239+
JOB_CONFIGURATION_LOCATION VARCHAR(2500) NULL,
239240
constraint JOB_INSTANCE_EXECUTION_FK foreign key (JOB_INSTANCE_ID)
240241
references BATCH_JOB_INSTANCE(JOB_INSTANCE_ID)
241242
) ;</programlisting>

0 commit comments

Comments
 (0)