Add created_by field for contribution.

This commit is contained in:
2025-09-01 19:41:03 +10:00
parent 4e9dbeee79
commit a7b38c20b2

View File

@@ -37,7 +37,7 @@ class SubathonContribution(RowModel):
profileid = Integer()
score = Integer()
event_id = Integer()
# TODO: Should add a created timestamp here, since not all contributions have event ids
created_at = Timestamp()
class SubathonGoal(RowModel):
_tablename_ = 'subathon_goals'