chore(upgrade): add upgrade script
This commit is contained in:
parent
198da2c688
commit
b0ad39376c
|
@ -8,6 +8,10 @@
|
||||||
end,
|
end,
|
||||||
{VSN,
|
{VSN,
|
||||||
[
|
[
|
||||||
|
{"4.2.9", [
|
||||||
|
{load_module, emqx_connection, brutal_purge, soft_purge, []},
|
||||||
|
{load_module, emqx_ws_connection, brutal_purge, soft_purge, []}
|
||||||
|
]},
|
||||||
{<<"4.2.[34567]">>, [
|
{<<"4.2.[34567]">>, [
|
||||||
{load_module, emqx_frame, brutal_purge, soft_purge, []}
|
{load_module, emqx_frame, brutal_purge, soft_purge, []}
|
||||||
]},
|
]},
|
||||||
|
|
Loading…
Reference in New Issue