Update database URL in alembic.ini

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-12-07 14:03:20 -03:00
commit 1e1e49b862

View file

@ -63,7 +63,7 @@ version_path_separator = os # Use os.pathsep. Default configuration used for ne
# 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
sqlalchemy.url = sqlite:///../../../langflow.db
[post_write_hooks]