-- -- Drop the User Profile package -- -- @author yon@openforce.net -- @version $Id: dotlrn-users-drop.sql,v 1.1 2002/02/08 20:50:56 yon Exp $ -- -- 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;