From 6670b95bb81ea2ae9b48cee4c6b5c9ad29be3b40 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Mon, 15 Dec 2025 17:14:08 +0100 Subject: [PATCH] refactor: update description --- cognee/run_migrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/run_migrations.py b/cognee/run_migrations.py index f8fd3b189..e501456dd 100644 --- a/cognee/run_migrations.py +++ b/cognee/run_migrations.py @@ -4,7 +4,7 @@ import subprocess from pathlib import Path import importlib.resources as pkg_resources -# Assuming your package is named 'cognee' and the migrations are under 'cognee/migrations' +# Assuming your package is named 'cognee' and the migrations are under 'cognee/alembic' # This is a placeholder for the path logic. MIGRATIONS_PACKAGE = "cognee" MIGRATIONS_DIR_NAME = "alembic"