Skip to content

Commit

Permalink
Merge pull request #105 from samuelveigarangel/add-field-image_url-pr…
Browse files Browse the repository at this point in the history
…essrelease

Adiciona campo image_url em PressRelease
  • Loading branch information
robertatakenaka authored Apr 3, 2024
2 parents 998cc14 + 723ae1e commit 1b3ffa8
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 1b3ffa8

Please sign in to comment.