Index: openacs-4/packages/notifications/sql/postgresql/notifications-core-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/notifications-core-create.sql,v diff -u -r1.11 -r1.11.2.1 --- openacs-4/packages/notifications/sql/postgresql/notifications-core-create.sql 28 Aug 2003 09:41:58 -0000 1.11 +++ openacs-4/packages/notifications/sql/postgresql/notifications-core-create.sql 24 Nov 2003 18:51:07 -0000 1.11.2.1 @@ -166,7 +166,8 @@ -- this is to allow responses to notifications response_id integer constraint notif_reponse_id_fk - references acs_objects (object_id), + references acs_objects (object_id) + on delete cascade, -- this is the user that caused the notification to go out notif_user integer constraint notif_user_id_fk