Changes between Initial Version and Version 1 of DbChanges
- Timestamp:
- 2010-06-16T22:30:08Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DbChanges
v1 v1 1 == List of Database Changes for iPeer version 2.0 to 2.1 2 3 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. 5 {{{ 6 ALTER TABLE `ipeer`.`evaluation_submissions` MODIFY COLUMN `grp_event_id` INTEGER DEFAULT NULL; 7 }}}