fix alembic

This commit is contained in:
c-d-p
2025-04-23 19:44:44 +02:00
parent 4d41aa9136
commit 2c911d2ef4
2 changed files with 1 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ version_path_separator = os
# output_encoding = utf-8 # output_encoding = utf-8
# sqlalchemy.url = driver://user:pass@localhost/dbname # sqlalchemy.url = driver://user:pass@localhost/dbname
sqlalchemy.url = postgresql://maia:maia@localhost:5432/maia sqlalchemy.url = postgresql://maia:maia@db:5432/maia
[post_write_hooks] [post_write_hooks]
# post_write_hooks defines scripts or Python functions that are run # post_write_hooks defines scripts or Python functions that are run