refactor: update description
This commit is contained in:
parent
882abaf83c
commit
6670b95bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue