Changeset 732 for trunk/app/config

Show
Ignore:
Timestamp:
08/21/08 18:11:48 (3 months ago)
Author:
aarkerio
Message:

Little bugs fixed

Files:
1 modified

Legend:

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

    r605 r732  
    22   id serial NOT NULL PRIMARY KEY, 
    33   filename varchar(80) NOT NULL UNIQUE, 
     4   description varchar(40) NOT NULL,  
    45   student_id int NOT NULL REFERENCES users(id) ON DELETE CASCADE, 
    56   points smallint NOT NULL DEFAULT 2,