Skip to content

Commit

Permalink
Update env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Jul 17, 2023
1 parent 8a3f9d0 commit ad88e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run_migrations_online():
"""
configuration = config.get_section(config.config_ini_section)
configuration["sqlalchemy.url"] = settings.DB_DSN
configuration["sqlalchemy.url"] = str(settings.DB_DSN)
connectable = engine_from_config(
configuration,
prefix="sqlalchemy.",
Expand Down

0 comments on commit ad88e0e

Please sign in to comment.