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

migrate and upgrade #186

Closed
trinanda opened this issue Jul 10, 2019 · 2 comments
Closed

migrate and upgrade #186

trinanda opened this issue Jul 10, 2019 · 2 comments

Comments

@trinanda
Copy link
Contributor

How to run db change command in this boilerplate..?, like flask db migrate and flask db upgrade command.

@trinanda trinanda closed this as completed Aug 4, 2019
@trinanda trinanda reopened this Aug 4, 2019
@abhisuri97
Copy link
Contributor

This would be done via python manage.py db insert-migrate-command-here. See

manager.add_command('db', MigrateCommand)

@trinanda
Copy link
Contributor Author

Very thanks @abhisuri97 :)

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