-- -- Invoices Package -- -- @author Timo Hentschel (timo@timohentschel.de) -- @creation-date 2005-06-06 -- drop table iv_default_objects; drop table iv_payments cascade; drop table iv_invoice_items cascade; drop table iv_invoices cascade; drop table iv_costs cascade; drop table iv_prices cascade; drop table iv_price_lists cascade;