Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record migrators #10

Open
kaplun opened this issue Oct 4, 2016 · 0 comments
Open

Record migrators #10

kaplun opened this issue Oct 4, 2016 · 0 comments

Comments

@kaplun
Copy link
Contributor

kaplun commented Oct 4, 2016

After versioning is introduced in #9 we will need to support upgrading records. There should be an API similar to:

def record_needs_upgrade(record):
     ...
     return True

def upgrade_record(record):
     ...
     return upgraded_record

That automatically upgrades the provided record.

@ghost ghost assigned kaplun Jul 5, 2017
@ghost ghost added the Status: WIP label Jul 5, 2017
@kaplun kaplun removed their assignment Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants