]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-2497: A post-init task now creates indexes on inAuthority (where relevant...
authorAron Roberts <aron@socrates.berkeley.edu>
Sat, 5 Feb 2011 00:32:26 +0000 (00:32 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Sat, 5 Feb 2011 00:32:26 +0000 (00:32 +0000)
commit017ba22587303920b76066e40ea6a4d8ce8a3b17
tree1e6bcd10112a3540b3f8e62b372a9aa88a7a27d8
parent27d8c7a4be0b41aa820fbf5cef37e67b60802478
CSPACE-2497: A post-init task now creates indexes on inAuthority (where relevant), displayName and shortIdentifier fields in all vocabulary and authority fields. Some minor tweaks to JDBC usage within commit.init. No longer configures displayname in locations_common as LARGETEXT, as this field is now indexed.
3rdparty/nuxeo/nuxeo-database-templates/mysql/collectionspace_mysql/config/default-repository-config.xml
services/common/src/main/config/services/tenant-bindings.xml
services/common/src/main/java/org/collectionspace/services/common/init/AddIndices.java
services/common/src/main/java/org/collectionspace/services/common/init/InitHandler.java
services/common/src/main/java/org/collectionspace/services/common/init/ModifyFieldDatatypes.java
services/common/src/main/java/org/collectionspace/services/common/storage/DatabaseProductType.java
services/common/src/main/java/org/collectionspace/services/common/storage/JDBCTools.java