Changeset 449 for trunk/app/config
- Timestamp:
- 05/02/08 20:57:49 (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
r445 r449 4 4 points smallint NOT NULL DEFAULT 0, 5 5 participation text NOT NULL, 6 forum_id int NOT NULL REFERENCES forums(id) ON DELETE CASCADE,7 6 vclassroom_id int NOT NULL REFERENCES vclassrooms(id) ON DELETE CASCADE 8 7 );
