Changes between Initial Version and Version 4 of Ticket #3


Ignore:
Timestamp:
Feb 6, 2006, 12:24:14 PM (18 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3

    • Property Component webinstall
    • Property Owner changed from Gregory Vincic to everyone
    • Property Status newreopened
    • Property Summary Install doesn't create indexesUpdate doesn't create indexes
    • Property Version alpha5
  • Ticket #3 – Description

    initial v4  
    1 Installation program doesn't create all indexes that we have specfied. Only indexes on columns that must have unique values are created. This is due to a bug in the SchemaUpdate class in Hibernate:
     1When using the update option for the installation program (updatedb.sh) indexes aren't created. Only indexes on columns that must have unique values are created. This is due to a bug in the SchemaUpdate class in Hibernate:
    22http://forum.hibernate.org/viewtopic.php?t=939655
    33http://opensource2.atlassian.com/projects/hibernate/browse/HB-1458