ソースを参照

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 ファイルの表示

@@ -1289,7 +1289,7 @@ class MessageAnnotation(Base):
return account


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

読み込み中…
キャンセル
保存