Index: openacs-4/packages/wp-slim/sql/oracle/wp-slim-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/sql/oracle/wp-slim-drop.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/wp-slim/sql/oracle/wp-slim-drop.sql 15 Nov 2001 01:47:13 -0000 1.2 +++ openacs-4/packages/wp-slim/sql/oracle/wp-slim-drop.sql 13 Mar 2002 22:50:53 -0000 1.3 @@ -3,7 +3,6 @@ -- certainly needs to be modified !! -delete from cr_item_publish_audit; -- ?? delete from cr_folder_type_map @@ -22,7 +21,6 @@ begin for c in v_attach_cursor loop - update acs_objects set context_id = null where context_id = c.item_id; content_item.delete(c.item_id); end loop; @@ -90,22 +88,18 @@ begin for c in v_slide_clob_cursor loop - update acs_objects set context_id = null where context_id = c.item_id; content_item.delete(c.item_id); end loop; for c in v_slide_cursor loop - update acs_objects set context_id = null where context_id = c.item_id; content_item.delete(c.item_id); end loop; for c in v_pres_clob_cursor loop - update acs_objects set context_id = null where context_id = c.item_id; content_item.delete(c.item_id); end loop; for c in v_pres_cursor loop - update acs_objects set context_id = null where context_id = c.item_id; content_item.delete(c.item_id); end loop;