mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
more typed orm (#28507)
This commit is contained in:
@ -5,8 +5,7 @@ import sqlalchemy as sa
|
||||
from sqlalchemy import DateTime, String, func
|
||||
from sqlalchemy.orm import Mapped, mapped_column
|
||||
|
||||
from models.base import TypeBase
|
||||
|
||||
from .base import TypeBase
|
||||
from .engine import db
|
||||
from .model import Message
|
||||
from .types import StringUUID
|
||||
|
||||
Reference in New Issue
Block a user