This commit is contained in:
2026-05-23 09:33:10 +08:00
parent 57439d1515
commit 7ce8f01e88
+1 -1
View File
@@ -156,7 +156,7 @@ order by count((world_id, x, y, z)) desc;
select world_id, x, y, z, count((world_id, x, y, z))
from activities
where action_id = (select action_id from actions where action = 'block-break')
and cause_id is null
and cause_entity_type_id is null
and timestamp > EXTRACT(EPOCH FROM current_timestamp(0))::bigint - 86400 * 1
group by world_id, x, y, z
order by count((world_id, x, y, z)) desc;