From: Aron Roberts Date: Wed, 9 Nov 2011 03:30:30 +0000 (+0000) Subject: CSPACE-4568: Removed 'largetext' references to two fields that have been converted... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=9ded3c9cda3df286d395c5c27ec65d1786f36f69;p=tmp%2Fjakarta-migration.git CSPACE-4568: Removed 'largetext' references to two fields that have been converted from string to numeric datatypes, collectionobjects_common:age and collectionobjects_common:ownershipExchangePriceValue, from Nuxeo database template config files for MySQL and PostgreSQL. --- diff --git a/3rdparty/nuxeo/nuxeo-database-templates/mysql/collectionspace_mysql/config/default-repository-config.xml b/3rdparty/nuxeo/nuxeo-database-templates/mysql/collectionspace_mysql/config/default-repository-config.xml index 4024e2ed2..094358a94 100644 --- a/3rdparty/nuxeo/nuxeo-database-templates/mysql/collectionspace_mysql/config/default-repository-config.xml +++ b/3rdparty/nuxeo/nuxeo-database-templates/mysql/collectionspace_mysql/config/default-repository-config.xml @@ -178,7 +178,6 @@ collectionobjects_common:numberOfObjects collectionobjects_common:collection collectionobjects_common:recordStatus - collectionobjects_common:age collectionobjects_common:ageQualifier collectionobjects_common:ageUnit @@ -223,7 +222,6 @@ collectionobjects_common:ownershipDates collectionobjects_common:ownershipExchangeMethod collectionobjects_common:ownershipExchangePriceCurrency - collectionobjects_common:ownershipExchangePriceValue collectionobjects_common:ownershipPlace collectionobjects_common:fieldCollectionNumber collectionobjects_common:fieldCollectionMethod diff --git a/3rdparty/nuxeo/nuxeo-database-templates/postgresql/collectionspace_postgresql/config/default-repository-config.xml b/3rdparty/nuxeo/nuxeo-database-templates/postgresql/collectionspace_postgresql/config/default-repository-config.xml index bde5bdb80..86848ad64 100644 --- a/3rdparty/nuxeo/nuxeo-database-templates/postgresql/collectionspace_postgresql/config/default-repository-config.xml +++ b/3rdparty/nuxeo/nuxeo-database-templates/postgresql/collectionspace_postgresql/config/default-repository-config.xml @@ -178,7 +178,6 @@ collectionobjects_common:numberOfObjects collectionobjects_common:collection collectionobjects_common:recordStatus - collectionobjects_common:age collectionobjects_common:ageQualifier collectionobjects_common:ageUnit @@ -223,7 +222,6 @@ collectionobjects_common:ownershipDates collectionobjects_common:ownershipExchangeMethod collectionobjects_common:ownershipExchangePriceCurrency - collectionobjects_common:ownershipExchangePriceValue collectionobjects_common:ownershipPlace collectionobjects_common:fieldCollectionNumber collectionobjects_common:fieldCollectionMethod