Lager
Lager copied to clipboard
Migrations
This PR adds migrations to Lager that let developers change existing settings.
The base idea is that the dev subclasses a new migration from SettingsMigration and assigns a revision to it.
The dev them can use the methods of the SettingsMigration class to perform migrations from the previous revision.
- [x] Remove
- [x] Rename
- [x] Transform
- [ ] Bulk migrations
- [ ] Write documentation