Skip to content

Commit

Permalink
[DEL] Useless class
Browse files Browse the repository at this point in the history
  • Loading branch information
MakarovS96 committed Mar 13, 2018
1 parent 2c95a2e commit 2e8a3ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 65 deletions.
2 changes: 0 additions & 2 deletions src/cls/Community/Comment.cls
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ Property TextHash As %String;

Index TextHashIndex On TextHash;

Relationship Votes As Community.Vote [ Cardinality = many, Inverse = Comment ];

Property AcceptedAnswerTS As %TimeStamp;

Storage Default
Expand Down
2 changes: 0 additions & 2 deletions src/cls/Community/Member.cls
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ Relationship Comments As Community.Comment [ Cardinality = many, Inverse = Autho

Relationship Positions As History.ChampionshipPositions [ Cardinality = many, Inverse = Member ];

Relationship Votes As Community.Vote [ Cardinality = many, Inverse = Author ];

Storage Default
{
<Data name="MemberDefaultData">
Expand Down
2 changes: 0 additions & 2 deletions src/cls/Community/Post.cls
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ Property SubsCount As %Integer;

Property HasCorrectAnswer As %Boolean;

Relationship Votes As Community.Vote [ Cardinality = many, Inverse = Post ];

Property AcceptedAnswerTS As %TimeStamp;

ClassMethod GetCommentsAmount(id) As %Integer
Expand Down
59 changes: 0 additions & 59 deletions src/cls/Community/Vote.cls

This file was deleted.

0 comments on commit 2e8a3ac

Please sign in to comment.