diff --git a/src/backend/langflow/alembic.ini b/src/backend/langflow/alembic.ini index cba482993..379661422 100644 --- a/src/backend/langflow/alembic.ini +++ b/src/backend/langflow/alembic.ini @@ -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]