Changeset 562 for trunk/app/config
- Timestamp:
- 05/26/08 16:51:20 (6 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
r451 r562 3 3 title varchar(80) NOT NULL, 4 4 user_id int NOT NULL REFERENCES users(id) ON DELETE CASCADE, 5 points smallint NOT NULL DEFAULT 0,5 points smallint NOT NULL DEFAULT 1, 6 6 participation text NOT NULL, 7 7 vclassroom_id int NOT NULL REFERENCES vclassrooms(id) ON DELETE CASCADE
