Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jan 20, 2023
  2. Jan 19, 2023
  3. Jan 18, 2023
  4. Jan 17, 2023
  5. Jan 16, 2023
  6. Jan 13, 2023
    • Case Nelson's avatar
      FieldValues skipping but not updating last used at (#27655) · 33d54e53
      Case Nelson authored
      * FieldValues skipping but not updating last used at
      
      Related to #26863
      
      When fieldvalues synching was being skipped, the
      `get-or-create-full-field-values!` call was erroneously forgetting to
      update the `last_used_at` time; the time was only being updated if new
      field values came in since the last sync.
      
      * Add test for inactive field values
      
      * Only update last_used_at when there's an existing fieldvalues
      Unverified
      33d54e53
Loading