I\'ve setup a local Postgres DB with SQLAlchemy and cannot commit my first entry. I keep on getting this error...
ProgrammingError: (ProgrammingError) relation
flask-migrate will create a table named "alembic_version" in your database. so you should drop this table and delete migrations folder in your project. and then use $ python app.py db init again... I think $ python app.py db migrate will work fine.
$ python app.py db init
$ python app.py db migrate