Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/osuTitanic/common
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekuruu committed Oct 14, 2023
2 parents f3da574 + d198a0a commit 1fc07cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ class DBBeatmapset(Base):
artist = Column('artist', String, nullable=True)
creator = Column('creator', String, nullable=True)
source = Column('source', String, nullable=True)
description = Column('description', String, nullable=True)
tags = Column('tags', String, nullable=True, default='')
status = Column('submission_status', Integer, default=3)
has_video = Column('has_video', Boolean, default=False)
Expand Down

0 comments on commit 1fc07cd

Please sign in to comment.