cron should update tribe.AllPoints too

This commit is contained in:
Dawid Wysokiński 2020-06-02 12:30:03 +02:00
parent 1203c574dd
commit 2a5a1d916c
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ func (h *serverHandler) updateData() error {
Set("total_members = EXCLUDED.total_members").
Set("total_villages = EXCLUDED.total_villages").
Set("points = EXCLUDED.points").
Set("all_points = EXCLUDED.all_points").
Set("rank = EXCLUDED.rank").
Set("exist = EXCLUDED.exist").
Apply(attachODSetClauses).