Changeset 605 for trunk/app/config

Show
Ignore:
Timestamp:
06/13/08 23:34:00 (5 months ago)
Author:
aarkerio
Message:

Add reports

Location:
trunk/app/config/sql/postgresql
Files:
1 added
1 modified

Legend:

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

    r563 r605  
    22   id serial NOT NULL PRIMARY KEY, 
    33   title varchar(80) NOT NULL, 
    4    user_id int NOT NULL REFERENCES users(id) ON DELETE CASCADE, 
     4   user_id int NOT NULL REFERENCES users(id) ON DELETE CASCADE, -- student id 
    55   points smallint NOT NULL DEFAULT 1, 
    66   participation text NOT NULL,