Skip to content

Commit 6b44ebf

Browse files
authored
Merge pull request #5076 from cfpb/beta-2026
q2 graphs
2 parents 0a0b7f2 + 1aa7536 commit 6b44ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hmda-quarterly-data-service/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ db {
1515
mv {
1616
periods_annual: "2018,2019,2020,2021,2022,2023,2024"
1717
periods_annual: ${?PERIODS_ANNUAL}
18-
periods_with_quarter: "2018,2019,2020,2021,2022,2023,2024,2025_q1"
18+
periods_with_quarter: "2018,2019,2020,2021,2022,2023,2024,2025_q1,2025_q2"
1919
periods_with_quarter: ${?PERIODS_WITH_QUARTER}
2020
suffix_home_purchase: "purpose_p"
2121
suffix_refinance: "purpose_r"

0 commit comments

Comments
 (0)