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.2 -r1.3 --- openacs-4/packages/calendar/sql/postgresql/cal-item-drop.sql 5 Sep 2001 09:44:59 -0000 1.2 +++ openacs-4/packages/calendar/sql/postgresql/cal-item-drop.sql 27 Sep 2001 04:12:20 -0000 1.3 @@ -34,11 +34,12 @@ drop function cal_item__on_which_calendar (integer); +drop table cal_items; --drop objects delete from acs_objects where object_type='cal_item'; --drop table -drop table cal_items; +--drop table cal_items; -- drop attributes and acs_object_type