dffd
This commit is contained in:
parent
0c56720399
commit
ee35a91d62
13 changed files with 58 additions and 58 deletions
|
@ -19,7 +19,7 @@ class OauthApp(Base, Stndrd):
|
|||
redirect_uri = Column(String(4096))
|
||||
author_id = Column(Integer, ForeignKey("users.id"))
|
||||
is_banned = Column(Boolean, default=False)
|
||||
description = Column(String(256), default=None)
|
||||
description = Column(String(256))
|
||||
|
||||
author = relationship("User")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue