🔀 chore(alembic/env.py): update import statement for SQLModel to reflect new file location
This commit is contained in:
parent
c9ae251f85
commit
029e06c033
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue