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 3d0456e commit 0922a66Copy full SHA for 0922a66
backend/app/alembic/env.py
@@ -63,6 +63,7 @@ def run_migrations_online():
63
64
"""
65
configuration = config.get_section(config.config_ini_section)
66
+ assert configuration is not None
67
configuration["sqlalchemy.url"] = get_url()
68
connectable = engine_from_config(
69
configuration,
0 commit comments