qLuke
qLuke

Reputation: 109

Database migration sqlaclhemy gives an attributeError

I've build a flask application with a sqlalchemy based db. I use the migrate script from: Link to mega tutorial But when i run this script i get a attributeError. here is a screenie from the error: Link to picture

Upvotes: 0

Views: 85

Answers (1)

qLuke
qLuke

Reputation: 109

I'll copy nathan's answer here so i can prove it right.

sqlachemy-migrate has been replaced by alembic. You should use that instead.

Upvotes: 1

Related Questions