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