fenya123 / forum123

Flask application written for educational purposes.
http://193.124.115.171/
1 stars 1 forks source link

92: Fix models registration for alembic #93

Closed birthdaysgift closed 1 year ago

birthdaysgift commented 1 year ago

While working on separating users, topics and posts related functionality (#77, #80, #81). We forgot to update our alembic configuration file migrations/env.py. This file imports models, to let alembic know which models we have, before running the migrations.

So in the scope of this task we need to update models import in migrations/env.py.