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"