Changes between Version 1 and Version 2 of DbChanges


Ignore:
Timestamp:
2010-06-16T22:35:40Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DbChanges

    v1 v2  
    1 == List of Database Changes for iPeer version 2.0 to 2.1
     1== List of Database Changes for iPeer version 2.0 to 2.1 ==
     2This page will help us migrate iPeer users' databases from version 2.0 to 2.1. Make an entry to this database for each change you make to the iPeer database.
    23
     4For each entry into this wiki page, please state:
     5 * Date of the development iPeer Database change.
     6 * Reason for change, and it's impact.
     7 * Who performed the change.
     8 * The *exact and complete* SQL statement that will perform the change.
    39
    4 This change was made since for survey evaluation submissions. Since students submitting surveys are not tied to groups, their group values will be should NULL.
     10=== June 16, 2010 ===
     11This 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
    512{{{
    613ALTER TABLE `ipeer`.`evaluation_submissions` MODIFY COLUMN `grp_event_id` INTEGER  DEFAULT NULL;