Skip to content

Commit 300baf8

Browse files
Rod Lecocqfmbenhassine
Rod Lecocq
authored andcommitted
Fix doc for schema BATCH_JOB_INSTANCE.JOB_KEY
Fixes #4071
1 parent 4b42fec commit 300baf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/asciidoc/schema-appendix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ CREATE TABLE BATCH_JOB_INSTANCE (
107107
JOB_INSTANCE_ID BIGINT PRIMARY KEY ,
108108
VERSION BIGINT,
109109
JOB_NAME VARCHAR(100) NOT NULL ,
110-
JOB_KEY VARCHAR(2500)
110+
JOB_KEY VARCHAR(32) NOT NULL
111111
);
112112
----
113113

0 commit comments

Comments
 (0)