Skip to content

Commit f03732b

Browse files
committed
fix table names
1 parent 220a070 commit f03732b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/mrt/query/query.sql.misc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ queries:
177177
sum(f.full_size) as bytes_count
178178
from
179179
inv_audits a
180-
inner join inv_files f
180+
inner join inv.inv_files f
181181
on a.inv_file_id = f.id
182-
inner join inv_nodes n
182+
inner join inv.inv_nodes n
183183
on a.inv_node_id = n.id
184184
where
185185
verified > date_add(now(), interval -10 minute)

0 commit comments

Comments
 (0)