dfsfsd
This commit is contained in:
parent
6728f1092b
commit
494ba5ea3d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class User(Base):
|
|||
theme2 = Column(String, default='theme-iron dark')
|
||||
themecolor = Column(String, default=defaultcolor)
|
||||
cardview = Column(Boolean, default=cardview)
|
||||
oldsite = Column(Boolean)
|
||||
oldsite = Column(Boolean, default=True)
|
||||
song = Column(String)
|
||||
highres = Column(String)
|
||||
profileurl = Column(String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue