Index: openacs-4/packages/static-pages/sql/postgresql/static-pages-sws-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/sql/postgresql/Attic/static-pages-sws-drop.sql,v diff -u -N --- openacs-4/packages/static-pages/sql/postgresql/static-pages-sws-drop.sql 6 May 2001 15:02:29 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,40 +0,0 @@ --- packages/static-pages/sql/static-pages-sws-drop.sql --- --- /** --- * Remove site-wide-search interface for static-pages. --- * --- * Copyright (C) 2001 ArsDigita Corporation --- * Author: Brandoch Calef (bcalef@arsdigita.com) --- * Creation: 2001-02-02 --- * --- * $Id: static-pages-sws-drop.sql,v 1.1 2001/05/06 15:02:29 domingoa Exp $ --- * --- * This is free software distributed under the terms of the GNU Public --- * License. Full text of the license is available from the GNU Project: --- * http://www.fsf.org/copyleft/gpl.html --- **/ - - -select pot_service__delete_obj_type_attr_value ( - 'static-pages', -- package_key - 'content_revision', -- object_type - 'cr_revision_in_package_id' -- attribute - ); - -select pot_service__delete_obj_type_attr_value ( - 'static-pages', -- package_key - 'content_revision', -- object_type - 'display_page' -- attribute - ); - -select pot_service__unregister_object_type ( - 'static-pages', -- package_key - 'content_revision' -- object_type - ); - -select sws_service__update_content_obj_type_info ('content_revision'); - -drop function sp_cr_revision_in_package_id(integer); - - -