Changeset 451 for trunk/app/config
- Timestamp:
- 05/04/08 00:08:10 (7 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/sql/postgresql/participations.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/participations.sql
r449 r451 1 1 CREATE TABLE participations ( -- tests student results 2 2 id serial NOT NULL PRIMARY KEY, 3 title varchar(80) NOT NULL, 3 4 user_id int NOT NULL REFERENCES users(id) ON DELETE CASCADE, 4 5 points smallint NOT NULL DEFAULT 0,
