big update

This commit is contained in:
Aevann1 2022-01-01 01:45:27 +02:00
parent fe11e0aeee
commit a0c4a66d59
100 changed files with 276 additions and 76 deletions

View file

@ -100,6 +100,7 @@ class User(Base):
fp = Column(String)
sigs_disabled = Column(Boolean)
fish = Column(Boolean)
progressivestack = Column(Integer)
friends = deferred(Column(String))
friends_html = deferred(Column(String))
enemies = deferred(Column(String))