fdsfsd
This commit is contained in:
parent
e849aa7d54
commit
22b56f5ed4
10 changed files with 25 additions and 25 deletions
|
@ -68,8 +68,8 @@ class ClientAuth(Base):
|
|||
oauth_client = Column(Integer, ForeignKey("oauth_apps.id"))
|
||||
access_token = Column(String(128))
|
||||
user_id = Column(Integer, ForeignKey("users.id"))
|
||||
user = relationship("User", lazy="joined")
|
||||
application = relationship("OauthApp", lazy="joined")
|
||||
user = relationship("User")
|
||||
application = relationship("OauthApp")
|
||||
|
||||
@property
|
||||
@lazy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue