Skip to content

Commit 580452b

Browse files
committed
dev: removes mineral lease type condition
1 parent e57c4b7 commit 580452b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

database/changelog/src/procedures/load_production_fiscal_year.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ DECLARE
2727
ELSE e.product
2828
END = c.commodity
2929
AND COALESCE(LOWER(e.product), '') = LOWER(c.product)
30-
AND c.mineral_lease_type = ''
3130
AND p.period = 'Fiscal Year'
3231
AND p.period_date = TO_DATE(concat('01', '/01/', e.fiscal_year), 'MM/DD/YYYY')
3332
GROUP BY location_id,

0 commit comments

Comments
 (0)