Skip to content

Commit

Permalink
Update core/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sara Monzón <[email protected]>
  • Loading branch information
Daniel-VM and saramonzon authored Jan 17, 2025
1 parent 2324895 commit 4b8a769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class BioinfoMetadataFile(models.Model):
created_at = models.DateTimeField(auto_now_add=True, verbose_name=("created at"))

class Meta:
db_table = "core_metdata_values_file"
db_table = "core_metadata_values_file"

def __str__(self):
return "%s" % (self.title)
Expand Down

0 comments on commit 4b8a769

Please sign in to comment.