Skip to content

Commit

Permalink
Add sentDate field to WikiBlogCategory entity
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Dec 7, 2023
1 parent b4287f1 commit d76763a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/entity/ResourceEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ along with this software (see the LICENSE.md file). If not, see
<entity entity-name="WikiBlogCategory" package="moqui.resource.wiki" use="nontransactional">
<field name="wikiPageCategoryId" type="id" is-pk="true"/>
<field name="wikiBlogId" type="id" is-pk="true"/>
<field name="sentDate" type="date-time"><description>The date/time a blog post within a category was sent by email or other means.</description></field>
<relationship type="one" related="moqui.resource.wiki.WikiPageCategory" short-alias="category"/>
<relationship type="one" related="moqui.resource.wiki.WikiBlog" short-alias="blog"/>
</entity>
Expand Down

0 comments on commit d76763a

Please sign in to comment.