nezuo / lapis

A DataStore abstraction library for Roblox
https://nezuo.github.io/lapis/
MIT License
58 stars 9 forks source link

Fix migration edge case #6

Closed nezuo closed 1 year ago

nezuo commented 1 year ago

This fixes an edge case that allowed a document to load even if its migration version was ahead of the server's last migration. This can happen when loading a document on an old server that has already been migrated on a new server.