5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-07 13:26:57 +00:00

Merge branch 'blazer' into panel.sutty.nl

This commit is contained in:
f 2022-04-30 10:15:25 -03:00
commit 1460cab9d2

View file

@ -52,7 +52,7 @@ class UriCollectionJob < PeriodicJob
columns.each do |column|
# Obtener orígenes de visitas por host
AccessLog.where(**host_dimensions).distinct(column).pluck(column).each do |value|
column_name = "host|#{column}"
column_name = "host|uri|#{column}"
dimensions[column] = value
rollup(column_name, beginning, **dimensions)