fix(persistent_sessions): revert bogus table type change
This commit is contained in:
parent
7808ffe600
commit
fdba441f4f
|
@ -68,7 +68,6 @@ mnesia(boot) ->
|
|||
]}],
|
||||
ok = mria:create_table(?TRIE, [
|
||||
{rlog_shard, ?ROUTE_SHARD},
|
||||
{storage, ram_copies},
|
||||
{record_name, ?TRIE},
|
||||
{attributes, record_info(fields, ?TRIE)},
|
||||
{type, ordered_set},
|
||||
|
|
Loading…
Reference in New Issue