Changeset 451 for trunk/app/config

Show
Ignore:
Timestamp:
05/04/08 00:08:10 (7 months ago)
Author:
aarkerio
Message:

Best podcast

Files:
1 modified

Legend:

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

    r449 r451  
    11CREATE TABLE participations (  -- tests student results 
    22   id serial NOT NULL PRIMARY KEY, 
     3   title varchar(80) NOT NULL, 
    34   user_id int NOT NULL REFERENCES users(id) ON DELETE CASCADE, 
    45   points smallint NOT NULL DEFAULT 0,