mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 05:17:41 +00:00
Renamed some of the goal fields to align with business logic
This commit is contained in:
@@ -5,9 +5,9 @@ BEGIN
|
||||
s.`identifier` AS `studentIdentifier`,
|
||||
vc.`goalId`,
|
||||
vc.`goalParentId`,
|
||||
vc.`title`,
|
||||
vc.`description`,
|
||||
vc.`category`,
|
||||
vc.`baseline`,
|
||||
vc.`progressEventCount`,
|
||||
vc.`benchmarkCount`
|
||||
FROM `v_goal_card` vc
|
||||
|
||||
Reference in New Issue
Block a user