Skip to content

Commit 6f5a8a1

Browse files
committed
[UPD] Add history dependencies
1 parent 4bdb92d commit 6f5a8a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/cls/History/ActiveMembers.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Class History.ActiveMembers Extends %Persistent
1+
Class History.ActiveMembers Extends %Persistent [ DependsOn = Community.Member ]
22
{
33

44
Parameter DSTIME = "AUTO";

src/cls/History/AvgComments.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Class History.AvgComments Extends %Persistent
1+
Class History.AvgComments Extends %Persistent [ DependsOn = Community.Comment ]
22
{
33

44
Parameter DSTIME = "AUTO";

src/cls/History/AvgPosts.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Class History.AvgPosts Extends %Persistent
1+
Class History.AvgPosts Extends %Persistent [ DependsOn = Community.Post ]
22
{
33

44
Parameter DSTIME = "AUTO";

src/cls/History/Views.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Class History.Views Extends %Persistent
1+
Class History.Views Extends %Persistent [ DependsOn = Community.Post ]
22
{
33

44
Parameter DSTIME = "AUTO";

0 commit comments

Comments
 (0)