mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 20:46:22 +00:00
fixup! fixup! no se puede renombrar un rollup usando dimensiones exactas
This commit is contained in:
parent
b36bdc9763
commit
ce0d2306f6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue