Skip to content

2.4.0

Choose a tag to compare

@melistik melistik released this 07 Jan 10:16
· 198 commits to master since this release
  • changed structure for jpa AssetEntity in order to work with MySQL
    • index on reference_url with (2.000 chars) is too big (mariaDb no problem)
    • added an extra reference_hash that stores a sha256 of the url to work with mysql
    • for migration you should use ReferenceHashMigrationService