chore(appup): update appup.src

This commit is contained in:
JianBo He 2021-11-10 10:38:37 +08:00
parent 3d7f4335a0
commit edb2c5f3c1
1 changed files with 4 additions and 2 deletions

View File

@ -122,7 +122,8 @@
]},
{<<"4.2.8">>, [
{load_module, emqx_channel, brutal_purge, soft_purge, []},
{load_module, emqx_connection, brutal_purge, soft_purge, []}
{load_module, emqx_connection, brutal_purge, soft_purge, []},
{load_module, emqx_cm, brutal_purge, soft_purge, []}
]},
{<<".*">>, []}
],
@ -247,7 +248,8 @@
]},
{<<"4.2.8">>, [
{load_module, emqx_channel, brutal_purge, soft_purge, []},
{load_module, emqx_connection, brutal_purge, soft_purge, []}
{load_module, emqx_connection, brutal_purge, soft_purge, []},
{load_module, emqx_cm, brutal_purge, soft_purge, []}
]},
{<<".*">>, []}
]