flask db doesn't make migrations #547
Answered
by
miguelgrinberg
skabdulhaq
asked this question in
Q&A
-
executing
|
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
May 27, 2024
Replies: 1 comment 2 replies
-
First of all I'd like to ask that you follow the instructions and when you have a question about your own application use the discussion forum. The issues board is for actual bugs in Flask-Migrate, it's not the right place to ask questions. Thanks. Now regarding your question. What is your database URL? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your connection URL is missing the database name. See the SELAlchemy document if you need a refresher on how database URL should be constructed.