Added Goals fields

This commit is contained in:
ivan-pelly
2026-03-15 09:35:58 -07:00
parent 242b1bce27
commit 53d0539d28
66 changed files with 1322 additions and 329 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ BEGIN
nextIepDate,
lastEntryDate,
goalCount,
progressEventCount
progressEventCount,
benchmarkCount
FROM v_student_card
WHERE studentId = p_id_student
LIMIT 1;