fdsfd
This commit is contained in:
parent
301db1841e
commit
bc316cb7bc
19 changed files with 100 additions and 23 deletions
|
@ -50,6 +50,7 @@ class User(Base):
|
|||
verified = Column(String)
|
||||
verifiedcolor = Column(String)
|
||||
marseyawarded = Column(Integer)
|
||||
longpost = Column(Integer)
|
||||
email = deferred(Column(String))
|
||||
css = deferred(Column(String))
|
||||
profilecss = deferred(Column(String))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue