fix: Fix URL for alembic migrations (#6806)

Fix URL for alembic migrations

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
Christophe Bornet 2025-02-25 15:35:02 +01:00 committed by GitHub
commit afaf4ea0b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,9 +61,9 @@ version_path_separator = os # Use os.pathsep. Default configuration used for ne
# output_encoding = utf-8
# This is the path to the db in the root of the project.
# When the user runs the Langflow the database url will
# be set dinamically.
sqlalchemy.url = sqlite:///./langflow.db
# When the user runs Langflow the database url will
# be set dynamically.
sqlalchemy.url = sqlite+aiosqlite:///./langflow.db
[post_write_hooks]