Skip to content

Commit 0582485

Browse files
Rod Lecocqlcmarvin
Rod Lecocq
authored andcommitted
Fix doc for schema BATCH_JOB_INSTANCE.JOB_KEY
Fixes spring-projects#4071
1 parent 8fde7f6 commit 0582485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)