--
-- acs-kernel/sql/acs-metadata-drop.sql
--
-- DDL commands to purge the Community Core data model
--
-- @author Michael Yoon (michael@arsdigita.com)
-- @creation-date 2000-05-18
-- @cvs-id $Id: acs-metadata-drop.sql,v 1.2 2004/06/18 18:21:57 jeffd Exp $
--
\t
select drop_package('acs_attribute');
select drop_package('acs_object_type');
\t
drop view acs_object_type_attributes;
drop table acs_attribute_descriptions;
drop table acs_enum_values;
drop table acs_attributes;
drop view acs_attribute_id_seq;
drop sequence t_acs_attribute_id_seq;
drop table acs_datatypes;
drop table acs_object_type_tables;
drop view acs_object_type_supertype_map;
drop table acs_object_types;