Skip to content

Commit

Permalink
DBZ-8501 Fix dataExistsSelect description
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale committed Dec 16, 2024
1 parent 2a9abb2 commit 72588bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class JdbcSchemaHistoryTableConfig implements ConfigMappable<DebeziumServ
@JsonProperty(required = false)
private String insert;

@JsonPropertyDescription("Statement used to check existence of the schema history table")
@JsonPropertyDescription("Statement used to check existence of some data in the schema history table")
@JsonProperty(required = false)
private String dataExistsSelect;

Expand Down
2 changes: 1 addition & 1 deletion docs/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Used in: <<debezium-operator-schema-reference-jdbcschemahistorystore, `+JdbcSche
| [[debezium-operator-schema-reference-jdbcschemahistorytableconfig-ddl]]<<debezium-operator-schema-reference-jdbcschemahistorytableconfig-ddl, `+ddl+`>> | String | | DDL statement to create the schema history table
| [[debezium-operator-schema-reference-jdbcschemahistorytableconfig-select]]<<debezium-operator-schema-reference-jdbcschemahistorytableconfig-select, `+select+`>> | String | | Statement used to select from the schema history table
| [[debezium-operator-schema-reference-jdbcschemahistorytableconfig-insert]]<<debezium-operator-schema-reference-jdbcschemahistorytableconfig-insert, `+insert+`>> | String | | Statement used to insert into the schema history table
| [[debezium-operator-schema-reference-jdbcschemahistorytableconfig-dataexistsselect]]<<debezium-operator-schema-reference-jdbcschemahistorytableconfig-dataexistsselect, `+dataExistsSelect+`>> | String | | Statement used to check existence of the schema history table
| [[debezium-operator-schema-reference-jdbcschemahistorytableconfig-dataexistsselect]]<<debezium-operator-schema-reference-jdbcschemahistorytableconfig-dataexistsselect, `+dataExistsSelect+`>> | String | | Statement used to check existence of some data in the schema history table
|===

[#debezium-operator-schema-reference-jmxauthentication]
Expand Down

0 comments on commit 72588bf

Please sign in to comment.