fixed migration

This commit is contained in:
Monica Moniot
2022-12-01 16:09:00 -05:00
parent 73763ec2ca
commit 21abe6fb56

View File

@@ -138,7 +138,7 @@ local migrations_table = {
for k, v in pairs(map_data.trains) do
v.depot = nil
if not v.is_available then
v.parked_at_depot_id = nil
v.depot_id = nil
end
end
end,