codeforamerica / cfapi

The Code for America API. Tracks and motivates activity and participation across the civic technology movement.
http://codeforamerica.org/api
MIT License
113 stars 52 forks source link

Add migration for tags/social profiles #311

Closed tdooner closed 6 years ago

tdooner commented 6 years ago

Reading the documentation for Flask-Migrate seems to imply that the way to do migrations for us is a two step process:

python app.py db migrate --message "Some message here"

then, to test the migration:

python app.py db upgrade

Make sure to commit the migration.