-- -- The Events Package -- -- @author Michael Steigman (michael@steigman.net) -- @version $Id: events-activities-drop.sql,v 1.1 2003/03/09 12:07:16 lars Exp $ -- -- This package was orinally written by Bryan Che and Philip Greenspun -- -- GNU GPL v2 -- drop table events_activities; delete from acs_objects where object_type = 'events_activity'; declare begin acs_object_type.drop_type (object_type => 'events_activity' ); end; / show errors;