remove backgrounds (fixes #379) (#536)

* remove backgrounds (fixes #379)

* remove UI elements

* remove gif modals lol

* .

* remove unused gif modal.

* add alembic migration
This commit is contained in:
justcool393 2023-03-28 11:47:53 -07:00 committed by GitHub
parent 7aa3dc373e
commit 56087f889e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 43 additions and 291 deletions

View file

@ -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)