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:
parent
de45ea3427
commit
afaf4ea0b1
1 changed files with 3 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue