Skip to content

Instantly share code, notes, and snippets.

@nebtrx
Created December 28, 2015 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nebtrx/85660d0cf2963f270814 to your computer and use it in GitHub Desktop.
Save nebtrx/85660d0cf2963f270814 to your computer and use it in GitHub Desktop.
Migration steps with Flask-Migrate
$ python manage.py db init
$ python manage.py db migrate
$ python manage.py db upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment