DBZ-576 Make DDL filter internal parameter

This commit is contained in:
Jiri Pechanec 2018-02-11 12:07:17 +01:00 committed by Gunnar Morling
parent 3740aee4e8
commit d0bd1560ff

View File

@ -55,7 +55,7 @@ public interface DatabaseHistory {
+ "then only DDL that manipulates a monitored table will be stored.")
.withDefault(false);
public static final Field DDL_FILTER = Field.create(CONFIGURATION_FIELD_PREFIX_STRING + "ddl.filter")
public static final Field DDL_FILTER = Field.createInternal(CONFIGURATION_FIELD_PREFIX_STRING + "ddl.filter")
.withDisplayName("DDL filter")
.withType(Type.STRING)
.withDefault(