Changes between Version 6 and Version 7 of DbChanges
- Timestamp:
- 2010-07-14T12:03:04Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DbChanges
v6 v7 8 8 * The *exact and complete* SQL statement that will perform the change. 9 9 10 === June 16, 2010===10 ==== June 16, 2010 ==== 11 11 This change was made for student's survey evaluation submissions. Since students submitting surveys are not tied to groups, their group values will be should NULL. Before, the default value for grp_event_id was zero, and, because of the relationship grp_event_id and submitter_id (onl one pair is allowed), the effect was that a single student could only submit one Survey, ever. This change remedies the situation, and no code needs to be changed to accommodate it. - Serge & Pan 12 12 {{{ … … 14 14 }}} 15 15 16 === July 9, 2010===16 ==== July 9, 2010 ==== 17 17 This change is made for student's rubrics evaluation submissions. Since students submitted rubric evaluations are not tied to the rubric, deleting a rubric does not fully remove students' evaluation data of that rubric. With the added 'rubric_id' field, the linkage is now complete and references would not be lost in the relationship specified between evaluation_rubrics and rubric tables. - Henry 18 18 {{{ … … 20 20 }}} 21 21 22 23 24 25 22 [[BR]] 23 [[BR]] 26 24 == List of Database Changes for iPeer version 2.1 to 2.2 == 27 25 (place your changes here)