Index: openacs-4/packages/survey-library/sql/postgresql/survey-library-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/survey-library/sql/postgresql/survey-library-create.sql,v
diff -u -r1.1.2.1 -r1.1.2.2
--- openacs-4/packages/survey-library/sql/postgresql/survey-library-create.sql	30 Dec 2004 17:02:31 -0000	1.1.2.1
+++ openacs-4/packages/survey-library/sql/postgresql/survey-library-create.sql	1 Jan 2005 17:35:03 -0000	1.1.2.2
@@ -27,13 +27,15 @@
 create index survey_library_object_id_idx on survey_library(object_id);
 create index survey_library_orig_object_id_idx on survey_library(original_object_id);
 
+-- question proxy is to give us an object to attach category trees to
 create table survey_library_default_objects (
         survey_id       integer
                         constraint survey_do_survey_id_fk
                         references surveys,
         section_id      integer
                         constraint survey_do_section_id_fk
                         references survey_sections,
+        question_proxy  integer,
         package_id      integer
                         constraint survey_do_package_id_fk
                         references apm_packages