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.7.2.3 -r1.7.2.4 --- openacs-4/packages/notifications/sql/postgresql/notifications-core-create.sql 2 Mar 2003 22:49:26 -0000 1.7.2.3 +++ openacs-4/packages/notifications/sql/postgresql/notifications-core-create.sql 5 Mar 2003 15:03:35 -0000 1.7.2.4 @@ -133,7 +133,8 @@ format varchar(100) default 'text' constraint notif_request_format_ch - check (format in ('text', 'html')) + check (format in ('text', 'html')), + dynamic_p bool default 'f' ); create index notification_requests_t_o_idx on notification_requests(type_id, object_id);