Skip to content

Commit

Permalink
Fix doc for schema BATCH_JOB_INSTANCE.JOB_KEY
Browse files Browse the repository at this point in the history
Fixes #4071
  • Loading branch information
rod2j authored and fmbenhassine committed Mar 8, 2022
1 parent 4b42fec commit 300baf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-batch-docs/asciidoc/schema-appendix.adoc
Expand Up @@ -107,7 +107,7 @@ CREATE TABLE BATCH_JOB_INSTANCE (
JOB_INSTANCE_ID BIGINT PRIMARY KEY ,
VERSION BIGINT,
JOB_NAME VARCHAR(100) NOT NULL ,
JOB_KEY VARCHAR(2500)
JOB_KEY VARCHAR(32) NOT NULL
);
----

Expand Down

0 comments on commit 300baf8

Please sign in to comment.