Skip to content

Commit b511684

Browse files
committed
added deleted flag to community table
1 parent 64de680 commit b511684

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

iris/src/cls/Community/Member.cls

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Property Hash As %String;
2929

3030
Property Lang As %String;
3131

32+
Property Deleted As %Boolean;
33+
3234
Relationship Posts As Community.Post [ Cardinality = many, Inverse = Author ];
3335

3436
Relationship Comments As Community.Comment [ Cardinality = many, Inverse = Author ];
@@ -74,6 +76,9 @@ Storage Default
7476
<Value name="12">
7577
<Value>Lang</Value>
7678
</Value>
79+
<Value name="13">
80+
<Value>Deleted</Value>
81+
</Value>
7782
</Data>
7883
<DataLocation>^Community.Public.MemberD</DataLocation>
7984
<DefaultData>MemberDefaultData</DefaultData>

0 commit comments

Comments
 (0)