-- -- The Events Package -- -- @author Michael Steigman (michael@steigman.net) -- @version $Id: events-venues-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_venues cascade constraints; delete from acs_objects where object_type = 'events_venue'; declare begin acs_object_type.drop_type ( object_type => 'events_venue' ); end; / show errors;