Changes between Version 3 and Version 4 of DbChanges
- Timestamp:
- 2010-07-09T21:08:24Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DbChanges
v3 v4 15 15 16 16 === July 9, 2010 === 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. - Henry17 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 {{{ 19 19 ALTER TABLE evaluation_rubrics ADD COLUMN rubric_id INTEGER DEFAULT 0 NOT NULL;