diff --git a/debezium-operator-api/src/main/java/io/debezium/operator/api/model/source/storage/schema/JdbcSchemaHistoryTableConfig.java b/debezium-operator-api/src/main/java/io/debezium/operator/api/model/source/storage/schema/JdbcSchemaHistoryTableConfig.java index 541f1d8..3c0c744 100644 --- a/debezium-operator-api/src/main/java/io/debezium/operator/api/model/source/storage/schema/JdbcSchemaHistoryTableConfig.java +++ b/debezium-operator-api/src/main/java/io/debezium/operator/api/model/source/storage/schema/JdbcSchemaHistoryTableConfig.java @@ -34,7 +34,7 @@ public class JdbcSchemaHistoryTableConfig implements ConfigMappable> | String | | DDL statement to create the schema history table | [[debezium-operator-schema-reference-jdbcschemahistorytableconfig-select]]<> | String | | Statement used to select from the schema history table | [[debezium-operator-schema-reference-jdbcschemahistorytableconfig-insert]]<> | String | | Statement used to insert into the schema history table -| [[debezium-operator-schema-reference-jdbcschemahistorytableconfig-dataexistsselect]]<> | String | | Statement used to check existence of the schema history table +| [[debezium-operator-schema-reference-jdbcschemahistorytableconfig-dataexistsselect]]<> | String | | Statement used to check existence of some data in the schema history table |=== [#debezium-operator-schema-reference-jmxauthentication]