-- -- Copyright (C) 2001, 2002 OpenForce, Inc. -- -- This file is part of dotLRN. -- -- dotLRN is free software; you can redistribute it and/or modify it under the -- terms of the GNU General Public License as published by the Free Software -- Foundation; either version 2 of the License, or (at your option) any later -- version. -- -- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY -- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -- details. -- -- -- Drop the User Profile package -- -- @author yon@openforce.net -- @version $Id: dotlrn-users-drop.sql,v 1.4 2002/04/28 04:08:41 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_users; drop table dotlrn_user_types; drop table dotlrn_user_profile_rels;