Tagged Questions
1
vote
1answer
937 views
Request a simple alembic working example for Auto Generating Migrations
I installed alembic 0.3.4, sqlalchemy, SQLite version 3.7.4, and upgraded SQLAlchemy 0.6.4 to SQLAlchemy 0.7 or greater from my ubuntu.
I followed the instruction: ...