Skip to content

Commit

Permalink
Merge pull request #2090 from TEAMSchools/oopsie
Browse files Browse the repository at this point in the history
added to main select is_quarter_end_date_range
  • Loading branch information
kevinverhoff authored Oct 30, 2024
2 parents 6bab41d + b9e306d commit 9ece440
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ select
s.term_end_date as quarter_end_date,
s.term_end_date as cal_quarter_end_date,
s.is_current_term as is_current_quarter,
s.is_quarter_end_date_range,
s.gpa_term as gpa_for_quarter,
s.gpa_semester,
s.gpa_y1,
Expand Down Expand Up @@ -569,6 +570,7 @@ select
e1.term_end_date as quarter_end_date,
e1.term_end_date as cal_quarter_end_date,
e1.is_current_term as is_current_quarter,
e1.is_quarter_end_date_range,
e1.gpa_term as gpa_for_quarter,
e1.gpa_semester,
e1.gpa_y1,
Expand Down

0 comments on commit 9ece440

Please sign in to comment.