remotes/1693045480750635534/spooky-22
Aevann1 2021-07-28 12:29:14 +02:00
parent e916ef614c
commit a3516cd1c9
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class User(Base, Stndrd, Age_times):
theme = Column(String, default='dark')
themecolor = Column(String, default='ff66ac')
song = Column(String)
highres = Column(String)
profileurl = Column(String)
bannerurl = Column(String)
patron = Column(Boolean, default=False)