Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-users-drop.sql,v diff -u -N --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-drop.sql 2 Jul 2002 18:40:08 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,43 +0,0 @@ --- --- 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.3 2002/07/02 18:40:08 chak Exp $ --- - --- drop external users -\i dotlrn-externals-drop.sql - --- drop students -\i dotlrn-students-drop.sql - --- drop professors -\i dotlrn-professors-drop.sql - --- drop admins -\i dotlrn-admins-drop.sql - -\i dotlrn-users-package-drop.sql -\i dotlrn-users-sanitize.sql -\i dotlrn-user-profile-provider-drop.sql - -drop view dotlrn_users; - -drop table dotlrn_user_types; -drop table dotlrn_user_profile_rels;