Add subathon name.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user