Skip to content

Commit 42d2ecb

Browse files
committed
fix table names
1 parent f03732b commit 42d2ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ queries:
176176
count(*) as file_count,
177177
sum(f.full_size) as bytes_count
178178
from
179-
inv_audits a
179+
inv.inv_audits a
180180
inner join inv.inv_files f
181181
on a.inv_file_id = f.id
182182
inner join inv.inv_nodes n

0 commit comments

Comments
 (0)