Changes between Initial Version and Version 1 of Ticket #1742, comment 12


Ignore:
Timestamp:
Dec 18, 2014, 11:17:20 AM (9 years ago)
Author:
Nicklas Nordborg

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1742, comment 12

    initial v1  
    1414}}}
    1515
    16 To fix the SQL, 'constraint' should be replaced with 'index', but then another problem arises, there is no index with the name Hibernate tries to drop so the SQL fails in any case.
     16To fix the SQL, 'constraint' should be replaced with 'index', but then another problem arises, there is no index with the name Hibernate tries to drop so the SQL fails in any case (in the example above the actual index is named 'annotationset_id').