-- -- The Events Package -- -- @author Michael Steigman (michael@steigman.net) -- @version $Id: events-organizers-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 view events_organizers; drop sequence events_org_roles_seq; drop table events_org_role_event_map; drop table events_org_role_activity_map; drop table events_organizer_roles; drop table events_organizers_map;