-- -- The Events Package -- -- @author Michael Steigman (michael@steigman.net) -- @version $Id: events-activities-drop.sql,v 1.1 2003/03/09 12:07:30 lars Exp $ -- -- This package was orinally written by Bryan Che and Phillip Greenspun -- -- GNU GPL v2 -- drop table events_activities; delete from acs_objects where object_type = 'events_activity'; select acs_object_type__drop_type( 'events_activity', 't' );