fix db engine config
This commit is contained in:
parent
a585938128
commit
e3c1d7c33a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from cognee.infrastructure.databases.relational.config import get_relationaldb_config
|
||||
config = get_relationaldb_config()
|
||||
def create_task_status_table():
|
||||
db_engine = config.database_engine
|
||||
db_engine = config.db_engine
|
||||
|
||||
db_engine.create_table("cognee_task_status", [
|
||||
dict(name = "data_id", type = "STRING"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue