add v1 and v2 player db examples and migration test

This commit is contained in:
BuckarooBanzay 2023-03-29 08:24:56 +02:00 committed by Athozus
parent a5caecf96e
commit 48fa4b04f8
No known key found for this signature in database
GPG key ID: B50895022E8484BF
7 changed files with 69 additions and 31 deletions

View file

@ -58,6 +58,7 @@ mail.migrate()
if minetest.get_modpath("mtt") then
dofile(MP .. "/mtt.lua")
dofile(MP .. "/api.spec.lua")
dofile(MP .. "/migrate.spec.lua")
dofile(MP .. "/util/uuid.spec.lua")
dofile(MP .. "/util/normalize.spec.lua")
end