Skip to content

v2.3.0

Compare
Choose a tag to compare
@johnvanbreda johnvanbreda released this 07 Feb 13:33
· 4424 commits to master since this release

Database schema changes

  • Add the following cache fields:
    • cache_occurrences_functional.verification_checks_enabled
    • cache_occurrences_functional.parent_sample_id
    • cache_samples_functional.parent_sample_id
  • Update many reports to avoid need to join to websites table since
    verification_checks_enabled now in cache.
  • Cache table location_ids field now stores an empty array when the associated
    sample is not linked to any indexed locations rather than null, allowing
    records not yet indexed to be identifiable.