Changes between Version 9 and Version 10 of DbChanges


Ignore:
Timestamp:
2010-07-15T22:36:01Z (14 years ago)
Author:
Pan Luo
Comment:

removed database name in SQL

Legend:

Unmodified
Added
Removed
Modified
  • DbChanges

    v9 v10  
    1212{{{
    1313#!sql
    14 ALTER TABLE `ipeer`.`evaluation_submissions` MODIFY COLUMN `grp_event_id` INTEGER  DEFAULT NULL;
     14ALTER TABLE `evaluation_submissions` MODIFY COLUMN `grp_event_id` INTEGER  DEFAULT NULL;
    1515}}}
    1616
     
    1919{{{
    2020#!sql
    21 ALTER TABLE evaluation_rubrics ADD COLUMN rubric_id INTEGER DEFAULT 0 NOT NULL;
     21ALTER TABLE `evaluation_rubrics` ADD COLUMN `rubric_id` INTEGER DEFAULT 0 NOT NULL;
    2222}}}
    2323