[Minor] Fix compatibility with cdb://

This commit is contained in:
Vsevolod Stakhov 2020-02-14 17:39:00 +00:00
parent 6af47225c0
commit 3535e32ecd

View File

@ -69,6 +69,7 @@ local function maybe_adjust_type(data,mtype)
{'hash;', 'hash'},
{'plain;', 'hash'},
{'cdb;', 'cdb'},
{'cdb:/', 'cdb'},
}
for _,t in ipairs(known_types) do