Skip to content

Commit

Permalink
New post type was added
Browse files Browse the repository at this point in the history
  • Loading branch information
MakarovS96 committed Apr 30, 2019
1 parent 8301d94 commit e1af98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cls/Community/Post.cls
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Index AuthorIndex On Author;

Property CommentsAmount As %Integer [ Calculated, SqlComputeCode = { set {*} = ##class(Community.Post).GetCommentsAmount({Id})}, SqlComputed ];

Property PostType As %String(VALUELIST = ",Question,Article,Announcement");
Property PostType As %String(VALUELIST = ",Question,Article,Announcement,Digest");

/// Hash of input row, used to build this object
Property Hash As %String;
Expand Down

0 comments on commit e1af98e

Please sign in to comment.