* remove backgrounds (fixes #379) * remove UI elements * remove gif modals lol * . * remove unused gif modal. * add alembic migration
This commit is contained in:
parent
7aa3dc373e
commit
56087f889e
11 changed files with 43 additions and 291 deletions
|
@ -41,7 +41,6 @@ class User(Base):
|
|||
id = Column(Integer, primary_key=True)
|
||||
username = Column(String(length=255), nullable=False)
|
||||
namecolor = Column(String(length=6), default=DEFAULT_COLOR, nullable=False)
|
||||
background = Column(String)
|
||||
customtitle = Column(String)
|
||||
customtitleplain = deferred(Column(String))
|
||||
titlecolor = Column(String(length=6), default=DEFAULT_COLOR, nullable=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue