oracle
committed
on 14 Nov 01
udpate
openacs-4/.../oracle/portal-core-drop.sql (+1 -3)
1 1 -- The New Portal Package
2 2 -- copyright 2001, OpenForce, Inc.
3 3 -- distributed under the GNU GPL v2
4 4 --
5 5 -- arjun@openforce.net
6 6 --
7 7 -- $Id$
8 8
9 9 -- Reverse order from the creation script
10 10
11 11
12 12 drop table portal_element_parameters;
13 13 drop table portal_element_map;
14 14 drop table portals;
15 15 drop table portal_element_themes;
16 16 drop table portal_supported_regions;
17 17 drop table portal_layouts;
18 18 drop table portal_datasource_def_params;
19 19 drop table portal_datasources;
20   drop table portal_data_types;
21   drop table portal_mime_types;