Index: openacs-4/packages/acs-content-repository/sql/oracle/content-update.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/content-update.sql,v diff -u -r1.1 -r1.1.20.1 --- openacs-4/packages/acs-content-repository/sql/oracle/content-update.sql 24 Mar 2001 22:00:48 -0000 1.1 +++ openacs-4/packages/acs-content-repository/sql/oracle/content-update.sql 15 May 2008 01:26:49 -0000 1.1.20.1 @@ -34,22 +34,6 @@ and child_privilege = 'cm_item_workflow'; - if not table_exists('cr_doc_filter') then - - dbms_output.put_line('Creating CR_DOC_FILTER table for converting - documents to HTML'); - - execute immediate 'create global temporary table cr_doc_filter ( - revision_id integer primary key, - content BLOB - ) on commit delete rows'; - - execute immediate 'create index cr_doc_filter_index - on cr_doc_filter ( content ) indextype is ctxsys.context - parameters (''FILTER content_filter_pref'' )'; - - end if; - if not table_exists('cr_content_text') then dbms_output.put_line('Creating CR_CONTENT_TEXT table');