Environmental changes since 3.1.4

  • none

itracker 3.1.5 release-notes - Changes from 3.1.4

Database model mappings fixes:
To fix the DDL of existing MySQL databases, the following migration-script can be used:
timestamp.sql
Consider fixing issue create_date for existing issues:

UPDATE issuebean i
set i.create_date = (select min(ih.create_date) from issuehistorybean ih where ih.issue_id = i.id)

Migration from 2.4

see itracker-3.0 release notes


R.Ø.S.A.