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.16.2.3 -r1.16.2.4 --- openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql 6 Feb 2003 12:54:13 -0000 1.16.2.3 +++ openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql 6 Feb 2003 16:47:51 -0000 1.16.2.4 @@ -70,8 +70,10 @@ a mapping table for extension to mime_type in db version of ns_guesstype data '; --- Mime types and mappings defined in ../common/mime-type-data.sql +prompt *** Loading mime type data ... +@ '../common/mime-type-data.sql' + create table cr_content_mime_type_map ( content_type varchar2(100) constraint cr_content_mime_map_ctyp_fk @@ -803,9 +805,6 @@ prompt *** Compiling documentation package... @@ doc-package -prompt *** Loading mime type data ... -@ '../common/mime-type-data.sql' - prompt *** Creating image content type... @@ content-image