Changes between Version 3 and Version 4 of DbChanges


Ignore:
Timestamp:
2010-07-09T21:08:24Z (14 years ago)
Author:
Henry
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DbChanges

    v3 v4  
    1515
    1616=== 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.  - Henry
     17This 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
    1818{{{
    1919ALTER TABLE evaluation_rubrics ADD COLUMN rubric_id INTEGER DEFAULT 0 NOT NULL;