Index: openacs-4/packages/notifications/sql/postgresql/notifications-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/notifications-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/notifications/sql/postgresql/notifications-create.sql 12 Jun 2002 13:53:13 -0000 1.2 +++ openacs-4/packages/notifications/sql/postgresql/notifications-create.sql 29 Jun 2002 01:27:50 -0000 1.3 @@ -10,8 +10,18 @@ \i notifications-core-create.sql \i notifications-package-create.sql +-- replies +\i notifications-replies-create.sql +\i notifications-replies-package-create.sql + -- the service contracts will eventually be created -- @ notifications-interval-sc-create.sql -- @ notifications-delivery-sc-create.sql +\i notification-type-sc-create.sql + +-- WORK HERE!! (ben) + +\i delivery-method-sc-create.sql \i notifications-init.sql +\i email-sc-impl-create.sql