Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SonQBChau committed Dec 6, 2023
1 parent 77b2520 commit ed79b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chord_metadata_service/mohpackets/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Program(models.Model):
created = models.DateTimeField(default=timezone.now)
updated = AutoDateTimeField(default=timezone.now)
extra = models.JSONField(null=True, blank=True)
extra_extra = models.JSONField(null=True, blank=True)

class Meta:
ordering = ["program_id"]
Expand Down

0 comments on commit ed79b6d

Please sign in to comment.