-- -- Drop the User Profile package -- -- @author yon@openforce.net -- @version $Id: dotlrn-users-drop.sql,v 1.2 2002/03/13 18:00:38 yon Exp $ -- -- drop external users @@ dotlrn-externals-drop.sql -- drop students @@ dotlrn-students-drop.sql -- drop professors @@ dotlrn-professors-drop.sql -- drop admins @@ dotlrn-admins-drop.sql @@ dotlrn-users-package-drop.sql @@ dotlrn-users-sanitize.sql @@ dotlrn-user-profile-provider-drop.sql drop view dotlrn_full_users; drop view dotlrn_users; drop table dotlrn_user_types; drop table dotlrn_full_user_profile_rels; drop table dotlrn_user_profile_rels;