fix: add message validation schema to `emqx_enterprise_schema`
This commit is contained in:
parent
749ad73819
commit
7aa287c6c1
|
@ -15,6 +15,7 @@
|
||||||
-define(EE_SCHEMA_MODULES, [
|
-define(EE_SCHEMA_MODULES, [
|
||||||
emqx_license_schema,
|
emqx_license_schema,
|
||||||
emqx_schema_registry_schema,
|
emqx_schema_registry_schema,
|
||||||
|
emqx_message_validation_schema,
|
||||||
emqx_ft_schema
|
emqx_ft_schema
|
||||||
]).
|
]).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue