fix(persistent_sessions): revert bogus table type change

This commit is contained in:
Tobias Lindahl 2021-10-07 13:39:02 +02:00
parent 7808ffe600
commit fdba441f4f
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ mnesia(boot) ->
]}], ]}],
ok = mria:create_table(?TRIE, [ ok = mria:create_table(?TRIE, [
{rlog_shard, ?ROUTE_SHARD}, {rlog_shard, ?ROUTE_SHARD},
{storage, ram_copies},
{record_name, ?TRIE}, {record_name, ?TRIE},
{attributes, record_info(fields, ?TRIE)}, {attributes, record_info(fields, ?TRIE)},
{type, ordered_set}, {type, ordered_set},