A problem to run alembic revision #1546
Answered
by
CaselIT
SweetyAngel
asked this question in
Usage Questions
-
I run alembic revision with this command: alembic revision --autogenerate -m "Initial revision" And get this output:
I do not know where is a problem. alembic revision -m "Initial revision" runs with no errors. |
Beta Was this translation helpful? Give feedback.
Answered by
CaselIT
Sep 26, 2024
Replies: 1 comment
-
Hi, It's in your stack trace: You are probably settling something that's not a string |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SweetyAngel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It's in your stack trace:
config.set_section_option(sections, "DB_USER", DB_USER)
You are probably settling something that's not a string