Thanks to visit codestin.com Credit goes to github.com
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 24b357d commit 3fb0b8aCopy full SHA for 3fb0b8a
spring-batch-core/src/main/resources/org/springframework/batch/core/schema-sqlite.sql
@@ -19,6 +19,7 @@ CREATE TABLE BATCH_JOB_EXECUTION (
19
EXIT_CODE VARCHAR(100) ,
20
EXIT_MESSAGE VARCHAR(2500) ,
21
LAST_UPDATED TIMESTAMP,
22
+ JOB_CONFIGURATION_LOCATION VARCHAR(2500),
23
constraint JOB_INST_EXEC_FK foreign key (JOB_INSTANCE_ID)
24
references BATCH_JOB_INSTANCE(JOB_INSTANCE_ID)
25
) ;
0 commit comments