Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Dec 29, 2023
1 parent 134c1e6 commit a93d976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/model/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Account(User):


class BindUser(Base):
__tablename__ = "bint_user"
__tablename__ = "bind_user"
user_id = db.Column(ObjID(12), ForeignKey("user.id"), nullable=True, comment="用户ID")
# 这里如果是飞书租户,可能会有不同的name等,但是在github这边不管是哪一个org,都是一样的
# 这里如何统一?
Expand Down

0 comments on commit a93d976

Please sign in to comment.