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

Use peewee-moves for database migrations #62

Merged
merged 5 commits into from Feb 14, 2019

Conversation

dougthor42
Copy link
Owner

I plan on making changes to the database schema in the future, and we need to have migrations in place to support those changes.

I've chosen peewee-moves as our migration tool, winning out over peewee-migrate (and peewee-db-evolve, but I think that might actually solve a different problem...`)

Why did I choose peewee-moves? At the time of this writing, the documentation for peewee-moves was better and I was actually able to get it to work. That said, peewee-migrate appears to be more popular (by GitHub star count).

@dougthor42 dougthor42 merged commit f980fe2 into master Feb 14, 2019
@dougthor42 dougthor42 deleted the db-migrations-peewee-moves branch February 14, 2019 23:37
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

Successfully merging this pull request may close these issues.

None yet

1 participant