We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8301d94 commit e1af98eCopy full SHA for e1af98e
src/cls/Community/Post.cls
@@ -45,7 +45,7 @@ Index AuthorIndex On Author;
45
46
Property CommentsAmount As %Integer [ Calculated, SqlComputeCode = { set {*} = ##class(Community.Post).GetCommentsAmount({Id})}, SqlComputed ];
47
48
-Property PostType As %String(VALUELIST = ",Question,Article,Announcement");
+Property PostType As %String(VALUELIST = ",Question,Article,Announcement,Digest");
49
50
/// Hash of input row, used to build this object
51
Property Hash As %String;
0 commit comments