-- The New Portal Package -- copyright 2001, OpenForce, Inc. -- distributed under the GNU GPL v2 -- -- arjun@openforce.net -- -- $Id: portal-core-drop.sql,v 1.4 2001/11/14 21:09:52 oracle Exp $ -- Reverse order from the creation script drop table portal_datasource_avail_map; drop table portal_element_parameters; drop table portal_element_map; drop table portals; drop table portal_element_themes; drop table portal_supported_regions; drop table portal_layouts; drop table portal_datasource_def_params; drop table portal_datasources;