From 6434dedaa0a321f78188865e3689ae2f78f54cec Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Fri, 29 Nov 2019 17:44:02 +0800 Subject: [PATCH] Update schema-appendix.adoc to fix wrong names BATCH_EXECUTION_CONTEXT is obsoleted --- spring-batch-docs/asciidoc/schema-appendix.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-batch-docs/asciidoc/schema-appendix.adoc b/spring-batch-docs/asciidoc/schema-appendix.adoc index a5ac341dd..2df948d75 100644 --- a/spring-batch-docs/asciidoc/schema-appendix.adoc +++ b/spring-batch-docs/asciidoc/schema-appendix.adoc @@ -396,7 +396,6 @@ about indexing: |Default Table Name|Where Clause|Frequency |BATCH_JOB_INSTANCE|JOB_NAME = ? and JOB_KEY = ?|Every time a job is launched |BATCH_JOB_EXECUTION|JOB_INSTANCE_ID = ?|Every time a job is restarted -|BATCH_EXECUTION_CONTEXT|EXECUTION_ID = ? and KEY_NAME = ?|On commit interval, a.k.a. chunk |BATCH_STEP_EXECUTION|VERSION = ?|On commit interval, a.k.a. chunk (and at start and end of step) |BATCH_STEP_EXECUTION|STEP_NAME = ? and JOB_EXECUTION_ID = ?|Before each step execution