Skip to content
  • Rémy Coutable's avatar
    Fix ApplicationSetting development seed · 156637f55bac
    Rémy Coutable authored
    
    
    It could happen that there's a cached (in Redis) ApplicationSetting
    record, and calling
    `Gitlab::CurrentSettings.current_application_settings` only returns it
    instead of creating a new DB record, which makes the
    `ApplicationSetting.current_without_cache.update!` call fail.
    
    Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
    156637f55bac