Changeset 562 for trunk/app/config

Show
Ignore:
Timestamp:
05/26/08 16:51:20 (6 months ago)
Author:
aarkerio
Message:

Student record

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/sql/postgresql/participations.sql

    r451 r562  
    33   title varchar(80) NOT NULL, 
    44   user_id int NOT NULL REFERENCES users(id) ON DELETE CASCADE, 
    5    points smallint NOT NULL DEFAULT 0, 
     5   points smallint NOT NULL DEFAULT 1, 
    66   participation text NOT NULL, 
    77   vclassroom_id int NOT NULL REFERENCES vclassrooms(id) ON DELETE CASCADE