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 -N -r1.28 -r1.29 --- openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql 7 Jun 2008 20:28:47 -0000 1.28 +++ openacs-4/packages/acs-content-repository/sql/oracle/content-create.sql 11 Apr 2011 01:08:27 -0000 1.29 @@ -10,26 +10,7 @@ -- License. Full text of the license is available from the GNU Project: -- http://www.fsf.org/copyleft/gpl.html ----------------------------------- --- CMS datatypes ----------------------------------- --- create ats datatypes for cms -begin - insert into acs_datatypes - (datatype, max_n_values) - values - ('text', null); - - insert into acs_datatypes - (datatype, max_n_values) - values - ('keyword', 1); - -end; -/ - - -------------------------------------------------------------- -- MIME TYPES --------------------------------------------------------------