You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have already migrations directory and run flask db init, it raises an exception with Python exception traceback (alembic.util.exc.CommandError: Directory migrations already exists)
Yes it is correct. But, this error message just seems like a bug of flask tool. So I think it is better that flask db init should have a proper error message instead of raises exception for this situation.
The text was updated successfully, but these errors were encountered:
This is not a bug, but we should improve it.
When I have already
migrations
directory and runflask db init
, it raises an exception with Python exception traceback (alembic.util.exc.CommandError: Directory migrations already exists
)Yes it is correct. But, this error message just seems like a bug of
flask
tool. So I think it is better thatflask db init
should have a proper error message instead of raises exception for this situation.The text was updated successfully, but these errors were encountered: