🔀 chore(alembic/env.py): update import statement for SQLModel to reflect new file location

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-05 22:17:10 -03:00
commit 029e06c033

View file

@ -5,7 +5,7 @@ from sqlalchemy import pool
from alembic import context
from langflow.database.base import SQLModel
from langflow.services.database.base import SQLModel
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.