Add created_by field for contribution.
This commit is contained in:
@@ -37,7 +37,7 @@ class SubathonContribution(RowModel):
|
|||||||
profileid = Integer()
|
profileid = Integer()
|
||||||
score = Integer()
|
score = Integer()
|
||||||
event_id = Integer()
|
event_id = Integer()
|
||||||
# TODO: Should add a created timestamp here, since not all contributions have event ids
|
created_at = Timestamp()
|
||||||
|
|
||||||
class SubathonGoal(RowModel):
|
class SubathonGoal(RowModel):
|
||||||
_tablename_ = 'subathon_goals'
|
_tablename_ = 'subathon_goals'
|
||||||
|
|||||||
Reference in New Issue
Block a user