-- -- The Events Package -- -- @author Michael Steigman (michael@steigman.net) -- @version $Id: events-prices-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 -- -- -- IS THIS HOW TO DROP A SEQUENCE???? -- drop sequence events_price_id_sequence; drop table events_prices;