Skip to content

Instantly share code, notes, and snippets.

@nebtrx
Created December 28, 2015 22:29
Show Gist options
  • Select an option

  • Save nebtrx/85660d0cf2963f270814 to your computer and use it in GitHub Desktop.

Select an option

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