Skip to content

Commit

Permalink
Remove ac & bad flags from DBScore object
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekuruu committed Dec 19, 2023
1 parent 0194849 commit 560a1dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions database/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ class DBScore(Base):
status = Column('status', SmallInteger, default=-1)
pinned = Column('pinned', Boolean, default=False)
submitted_at = Column('submitted_at', DateTime, server_default=func.now())
bad_flags = Column('bad_flags', Integer, default=0)
ac_flags = Column('ac_flags', Integer, default=0)

replay_md5 = Column('replay_md5', String, nullable=True)
failtime = Column('failtime', Integer, nullable=True)
Expand Down

0 comments on commit 560a1dc

Please sign in to comment.