Index: openacs-4/packages/assessment/sql/postgresql/assessment-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/postgresql/assessment-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/assessment/sql/postgresql/assessment-drop.sql 13 May 2004 11:21:13 -0000 1.1 +++ openacs-4/packages/assessment/sql/postgresql/assessment-drop.sql 14 May 2004 09:34:37 -0000 1.2 @@ -2,7 +2,15 @@ drop table as_item_choices; drop table as_item_attributes; drop table as_item_localized; + +drop table as_item_section_map; + drop table as_items; drop table as_item_display_types; drop table as_item_type_attributes; drop table as_item_types; + +drop table as_assessment_section_map; +drop table as_assessments; +drop table as_sections; +drop table as_section_display_types;