浏览代码

fix: undefined attribute 'query' on MessageAnnotation (#13852)

tags/1.0.0
Yeuoly 8 个月前
父节点
当前提交
bea10b4356
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      api/models/model.py

+ 1
- 1
api/models/model.py 查看文件

return account return account




class AppAnnotationHitHistory(Base):
class AppAnnotationHitHistory(db.Model): # type: ignore[name-defined]
__tablename__ = "app_annotation_hit_histories" __tablename__ = "app_annotation_hit_histories"
__table_args__ = ( __table_args__ = (
db.PrimaryKeyConstraint("id", name="app_annotation_hit_histories_pkey"), db.PrimaryKeyConstraint("id", name="app_annotation_hit_histories_pkey"),

正在加载...
取消
保存