Skip to content

Commit

Permalink
Adiciona campo image_url em PressRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelveigarangel committed Apr 3, 2024
1 parent 998cc14 commit 723ae1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opac_schema/v1/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ class PressRelease(Document):
content = StringField(required=True)
doi = StringField(max_length=256)
url = URLField(required=True)

image_url = URLField(required=False)
publication_date = DateTimeField(required=True)

created = DateTimeField()
Expand Down

0 comments on commit 723ae1e

Please sign in to comment.