-- -- The Events Package -- -- @author Michael Steigman (michael@steigman.net) -- @version $Id: events-attributes-drop.sql,v 1.1 2003/03/09 12:07:16 lars Exp $ -- -- This package was originally written by Bryan Che and Philip Greenspun -- -- GNU GPL v2 -- drop sequence events_attr_cat_seq; drop table events_attr_category_map; drop table events_attr_categories; drop table events_def_actvty_attr_map; drop table events_event_attr_map;