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 -N -r1.14 -r1.15 --- openacs-4/packages/notifications/sql/postgresql/notifications-core-create.sql 8 Aug 2006 21:27:06 -0000 1.14 +++ openacs-4/packages/notifications/sql/postgresql/notifications-core-create.sql 27 Jun 2007 18:54:47 -0000 1.15 @@ -176,7 +176,8 @@ references users(user_id), notif_subject varchar(1000), notif_text text, - notif_html text + notif_html text, + file_ids text ); -- RI indexes