Changeset 605 for trunk/app/config
- Timestamp:
- 06/13/08 23:34:00 (5 months ago)
- Location:
- trunk/app/config/sql/postgresql
- Files:
-
- 1 added
- 1 modified
-
participations.sql (modified) (1 diff)
-
reports.sql (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/participations.sql
r563 r605 2 2 id serial NOT NULL PRIMARY KEY, 3 3 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 5 5 points smallint NOT NULL DEFAULT 1, 6 6 participation text NOT NULL,
