Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions brainscore_core/submission/database_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class Model(PeeweeBase):
visual_degrees = IntegerField(null=True) # null during creation of new model without having model object loaded
public = BooleanField()
competition = CharField(max_length=200, default=None, null=True)
group = CharField(max_length=200, null=True, default=None)

class Meta:
table_name = 'brainscore_model'
Expand Down
Binary file modified sqlite3.db
Binary file not shown.