Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/dotlrn/sql/postgresql/community-membership-packages-drop.sql'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/packages/dotlrn/sql/postgresql/community-memberships-packages-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/community-memberships-packages-drop.sql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn/sql/postgresql/community-memberships-packages-drop.sql 8 Jul 2002 21:07:39 -0000 1.1 @@ -0,0 +1,33 @@ +-- +-- 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 dotLRN memberships packages +-- +-- @author Ben Adida (ben@openforce.net) +-- @author dan chak (chak@openforce.net) +-- @creation-date 2001-11-06 +-- PG Port 2002-07-01 +-- @version $Id: community-memberships-packages-drop.sql,v 1.1 2002/07/08 21:07:39 chak Exp $ +-- + +select drop_package('dotlrn_cadmin_rel'); +select drop_package('dotlrn_ca_rel'); +select drop_package('dotlrn_ta_rel'); +select drop_package('dotlrn_instructor_rel'); +select drop_package('dotlrn_student_rel'); +select drop_package('dotlrn_admin_rel'); +select drop_package('dotlrn_member_rel'); Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/dotlrn-drop.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-drop.sql 8 Jul 2002 21:04:16 -0000 1.2 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-drop.sql 8 Jul 2002 21:07:39 -0000 1.3 @@ -25,7 +25,7 @@ \i user-extension-drop.sql \i security-drop.sql \i main-portlet-drop.sql -\i community-membership-packages-drop.sql +\i community-memberships-packages-drop.sql \i applet-sc-drop.sql \i class-membership-drop.sql \i classes-drop.sql