Changes between Version 3 and Version 4 of UC3001
- Timestamp:
- 06/25/26 15:35:16 (8 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UC3001
v3 v4 31 31 5. If not enrolled, system inserts the enrollment record: 32 32 {{{ 33 INSERT INTO Student_Subject (Student_Id, Subject_Id, Professor_Id, Status, Enrollment_Date, Absences_Count)34 VALUES (:s tudent_id, :subject_id, :professor_id, 'PASSED', :enrollment_date, 0);33 INSERT INTO Student_Subject (Ss_Id, Student_Id, Subject_Id, Professor_Id, Status, Enrollment_Date, Absences_Count) 34 VALUES (:ss_id, :student_id, :subject_id, :professor_id, 'Enrolled', :enrollment_date, 0); 35 35 }}} 36 36
