Index: openacs-4/packages/survey/sql/postgresql/survey-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/sql/postgresql/survey-create.sql,v diff -u -N -r1.2.2.6 -r1.2.2.7 --- openacs-4/packages/survey/sql/postgresql/survey-create.sql 7 Nov 2002 03:32:04 -0000 1.2.2.6 +++ openacs-4/packages/survey/sql/postgresql/survey-create.sql 22 Nov 2002 20:06:36 -0000 1.2.2.7 @@ -1,4 +1,4 @@ --- ported to OpenACS 4 by Gilbert Wong (gwong@orchardlabs.com) on 2001-05-20 + -- ported to OpenACS 4 by Gilbert Wong (gwong@orchardlabs.com) on 2001-05-20 -- -- based on student work from 6.916 in Fall 1999 -- which was in turn based on problem set 4 @@ -616,3 +616,4 @@ from survey_question_responses qr, survey_responses_latest r where qr.response_id=r.response_id; +\i survey-notifications-init.sql \ No newline at end of file