Changeset 449 for trunk/app/config

Show
Ignore:
Timestamp:
05/02/08 20:57:49 (7 months ago)
Author:
aarkerio
Message:

POscast

Files:
1 modified

Legend:

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

    r445 r449  
    44   points smallint NOT NULL DEFAULT 0, 
    55   participation text NOT NULL, 
    6    forum_id int NOT NULL REFERENCES forums(id) ON DELETE CASCADE, 
    76   vclassroom_id int NOT NULL REFERENCES vclassrooms(id) ON DELETE CASCADE 
    87);