Lager icon indicating copy to clipboard operation
Lager copied to clipboard

Migrations

Open flagbug opened this issue 12 years ago • 0 comments

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

flagbug avatar Dec 03 '13 21:12 flagbug