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

Would setting up flask-migrate be helpful? #31

Open
MoralCode opened this issue Nov 7, 2024 · 1 comment
Open

Would setting up flask-migrate be helpful? #31

MoralCode opened this issue Nov 7, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@MoralCode
Copy link
Contributor

it looks like flask-migrate is included as a dependency in the requirements.txt.

I also noticed that, while testing out #21, I saw a database error because my schema was out of date.

Would it help to set up flask-migrate before merging #21 so that the db schema is properly versioned and the app can automatically upgrade from an older schema if it tries to run on an older database?

happy to share examples of this kind of setup if you want

@wilsonmcdade
Copy link
Owner

Haha yes I tried getting that set up very early on in the project. Feel free to share some examples and I'll see about adding it

@wilsonmcdade wilsonmcdade self-assigned this Nov 13, 2024
@wilsonmcdade wilsonmcdade added the enhancement New feature or request label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants