forked from rDrama/rDrama
1
0
Fork 0

fix last commit

master
Aevann1 2022-09-25 04:47:05 +02:00
parent c0c45d9e9a
commit ba19830075
1 changed files with 1 additions and 1 deletions

View File

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