#3 closed defect (fixed)
Update doesn't create indexes
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.0 RC2 |
Component: | install | Version: | |
Keywords: | Cc: |
Description (last modified by )
When 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: http://forum.hibernate.org/viewtopic.php?t=939655 http://opensource2.atlassian.com/projects/hibernate/browse/HB-1458
Change History (9)
comment:1 by , 19 years ago
Component: | web → install |
---|---|
Owner: | changed from | to
comment:2 by , 19 years ago
Priority: | minor → critical |
---|
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 19 years ago
Description: | modified (diff) |
---|---|
Priority: | critical → minor |
Resolution: | fixed |
Status: | closed → reopened |
Summary: | Install doesn't create indexes → Update doesn't create indexes |
Version: | alpha5 |
comment:5 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:6 by , 19 years ago
Milestone: | → BASE 2.0 |
---|
comment:7 by , 19 years ago
Status: | new → assigned |
---|
comment:8 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:9 by , 18 years ago
Milestone: | BASE 2.0 → BASE 2.0 RC2 |
---|
Note:
See TracTickets
for help on using tickets.
(In [2209]) Fixes #3: Update doesn't create indexes