From 9ded3c9cda3df286d395c5c27ec65d1786f36f69 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 9 Nov 2011 03:30:30 +0000 Subject: [PATCH] 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. --- .../collectionspace_mysql/config/default-repository-config.xml | 2 -- .../config/default-repository-config.xml | 2 -- 2 files changed, 4 deletions(-) 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 -- 2.47.3