# We want to enable hashed storage for every new project in development# Details https://gitlab.com/gitlab-org/gitlab-ce/issues/46241Gitlab::Seeder.quietdoApplicationSetting.create_from_defaultsunlessApplicationSetting.current_without_cacheApplicationSetting.current_without_cache.update!(hashed_storage_enabled: true)print'.'end