Skip to content

Commit 709ab8f

Browse files
committed
Formatting fixes
1 parent db717f7 commit 709ab8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

db/queries/annual_report.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ GROUP BY moved_on, p.category_id, p.name, p.gender_id, t.size_id, loc.label, c.i
381381
UNION ALL
382382

383383
-- Collect information about boxes being moved between states InStock and Donated
384-
select
384+
SELECT
385385
t.moved_on,
386386
p.category_id,
387387
TRIM(LOWER(p.name)) AS product_name,
@@ -485,3 +485,4 @@ JOIN camps c ON c.id = loc.camp_id
485485
JOIN organisations o ON o.id = c.organisation_id
486486
LEFT OUTER JOIN tags_relations tr ON tr.object_id = b.id AND tr.object_type = "Stock" AND tr.deleted_on IS NULL
487487
GROUP BY moved_on, p.category_id, p.name, p.gender_id, b.size_id, bs.label, c.id, c.name, o.label
488+
;

0 commit comments

Comments
 (0)