Hi,
I just upgraded from RC5 to RC6 and found that my generated changelogs are broken. See below for an example.
The problem is, that
- mysql does not want to create an index called PRIMARY
- all single values primary keys get a generated PRIMARY-index
…
…
The script is somewhat post-processed (e.g. adding autoIncrement="${autoIncrement}").
Is this behavior by design, or some last-minute bug?
Jens