Changes between Version 2 and Version 3 of DbChanges


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DbChanges

    v2 v3  
    1313ALTER TABLE `ipeer`.`evaluation_submissions` MODIFY COLUMN `grp_event_id` INTEGER  DEFAULT NULL;
    1414}}}
     15
     16=== July 9, 2010 ===
     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
     18{{{
     19ALTER TABLE evaluation_rubrics ADD COLUMN rubric_id INTEGER DEFAULT 0 NOT NULL;
     20}}}