We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64de680 commit b511684Copy full SHA for b511684
iris/src/cls/Community/Member.cls
@@ -29,6 +29,8 @@ Property Hash As %String;
29
30
Property Lang As %String;
31
32
+Property Deleted As %Boolean;
33
+
34
Relationship Posts As Community.Post [ Cardinality = many, Inverse = Author ];
35
36
Relationship Comments As Community.Comment [ Cardinality = many, Inverse = Author ];
@@ -74,6 +76,9 @@ Storage Default
74
76
<Value name="12">
75
77
<Value>Lang</Value>
78
</Value>
79
+<Value name="13">
80
+<Value>Deleted</Value>
81
+</Value>
82
</Data>
83
<DataLocation>^Community.Public.MemberD</DataLocation>
84
<DefaultData>MemberDefaultData</DefaultData>
0 commit comments