refactor: update description

This commit is contained in:
Igor Ilic 2025-12-15 17:14:08 +01:00
parent 882abaf83c
commit 6670b95bb8

View file

@ -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"