Skip to content

Commit

Permalink
pr test
Browse files Browse the repository at this point in the history
  • Loading branch information
doucoureb committed Oct 31, 2024
1 parent d0a825b commit 6ef35d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/models/eventCohort.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ class EventCohort(baseModel):
invited_at = DateTimeField(default=datetime.now)

class Meta:
indexes = ( (('event', 'year'), True), )
indexes = ( (('event', 'year'), True), )

#wouldn't it be more logic to add columns in the bonnerCohort table instead?

0 comments on commit 6ef35d2

Please sign in to comment.