Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove outdated constraint on remote_media_cache_thumbnails #9725

Merged
merged 3 commits into from
Apr 6, 2021

Commits on Apr 1, 2021

  1. Remove outdated constraint on remote_media_cache_thumbnails

    The `remote_media_cache_thumbnails_media_origin_media_id_thumbna_key`
    constraint is superceded by
    `remote_media_repository_thumbn_media_origin_id_width_height_met` (which adds
    `thumbnail_method` to the unique key).
    
    PR #7124 made an attempt to remove the old constraint, but got the name wrong,
    so it didn't work. Here we update the bg update and rerun it.
    
    Fixex #8649.
    richvdh committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    86d463b View commit details
    Browse the repository at this point in the history
  2. fix newsfile name

    richvdh committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    4dab842 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58a4d28 View commit details
    Browse the repository at this point in the history