Skip to content

Commit e1af98e

Browse files
committed
New post type was added
1 parent 8301d94 commit e1af98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cls/Community/Post.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Index AuthorIndex On Author;
4545

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

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

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

0 commit comments

Comments
 (0)