Add subathon name.

This commit is contained in:
2025-09-02 10:40:01 +10:00
parent 0934ee3af4
commit a3a3b36230
3 changed files with 19 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ class Subathon(RowModel):
subathon_id = Integer(primary=True)
communityid = Integer()
started_at = Timestamp()
name = String()
initial_time = Integer() # Initial number of seconds
sub1_score = Integer()
sub2_score = Integer()