Index: openacs-4/packages/calendar/sql/postgresql/cal-item-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/sql/postgresql/cal-item-drop.sql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/calendar/sql/postgresql/cal-item-drop.sql 10 Jan 2004 18:57:24 -0000 1.6 +++ openacs-4/packages/calendar/sql/postgresql/cal-item-drop.sql 8 Aug 2006 21:26:16 -0000 1.7 @@ -32,6 +32,8 @@ drop function cal_item__delete (integer); +drop index cal_items_on_which_calendar_idx; + drop table cal_items; --drop objects delete from acs_objects where object_type='cal_item';