forked from rDrama/rDrama
1
0
Fork 0

fix 500 error

master
Aevann1 2022-09-05 10:00:12 +02:00
parent b166fdcaf3
commit 7785f049ec
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class User(Base):
bite = Column(Integer)
earlylife = Column(Integer)
owoify = Column(Integer)
marsify = Column(Integer)
marsify = Column(Integer, default=0)
badges = relationship("Badge", order_by="Badge.created_utc", back_populates="user")
subscriptions = relationship("Subscription", back_populates="user")