We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514bc75 commit 2cb1e2dCopy full SHA for 2cb1e2d
answer/migrations/env.py
@@ -46,7 +46,7 @@ def run_migrations_online() -> None:
46
47
"""
48
configuration = config.get_section(config.config_ini_section, {})
49
- configuration["sqlalchemy.url"] = str(settings.db_dsn)
+ configuration["sqlalchemy.url"] = str(settings.DB_DSN)
50
connectable = engine_from_config(
51
configuration,
52
prefix="sqlalchemy.",
0 commit comments