Index: openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql,v diff -u -r1.27.2.1 -r1.27.2.2 --- openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql 2 May 2008 21:45:57 -0000 1.27.2.1 +++ openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql 13 May 2008 16:47:48 -0000 1.27.2.2 @@ -753,12 +753,6 @@ -- DOCUMENT SUBMISSION WITH CONVERSION TO HTML -------------------------------------------------------------- -create global temporary table cr_doc_filter ( - revision_id integer primary key, - content BLOB -) on commit delete rows; - - -- Source PL/SQL Definitions. @@ content-util @@ -776,16 +770,6 @@ prompt *** Preparing search indices... @@ content-search --- this index requires prefs created in content-search -create index cr_doc_filter_index on cr_doc_filter ( content ) - indextype is ctxsys.context - parameters ('FILTER content_filter_pref' ); - -comment on table cr_doc_filter is ' - A temporary table for holding binary documents that are to be converted - into HTML (or plain text) prior to insertion into the repository. -'; - -- (DanW - OpenACS) Added cleanup trigger to log file items that need -- to be cleaned up from the CR.