Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Feb 26, 2024
1 parent f79a090 commit c0e95cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alembic/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_url() -> str:
user=settings.DB_USER,
host=settings.DB_HOST,
port=settings.DB_PORT,
database=settings.DB_HOST,
database=settings.DB_NAME,
driver="pymysql",
password=settings.DB_PASS,
)
Expand Down

0 comments on commit c0e95cb

Please sign in to comment.