This repository has been archived by the owner on Jun 27, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
only save the position when saving state
Before this change the entire Set object was serialized. Nothing but the position in the migration list was actually read out in the load method. This change will make it more obvious what you have to persist if you provide your own State implementation.
- Loading branch information