-- -- Copyright (C) 2005 MIT -- -- 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 intermedia index for .LRN site-wide search -- -- @author Dirk Gomez -- @version $Id: intermedia-driver-index-drop.sql,v 1.2 2008/06/07 20:29:00 donb Exp $ -- @creation-date 13-May-2005 begin ctx_ddl.drop_section_group('swsgroup'); ctx_ddl.drop_preference('sws_user_datastore'); end; / drop index swi_index; exit;