Commit 49a263f8 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '10833-fix-static-analysis' into 'master'

Fix static-analysis failures

Closes #10833

See merge request gitlab-org/gitlab-ee!10523
parents 55f95a34 39176b08
# frozen_string_literal: true
class ElasticsearchIndexedNamespace < ActiveRecord::Base
class ElasticsearchIndexedNamespace < ApplicationRecord
include EachBatch
self.primary_key = 'namespace_id'
......
# frozen_string_literal: true
class ElasticsearchIndexedProject < ActiveRecord::Base
class ElasticsearchIndexedProject < ApplicationRecord
include EachBatch
self.primary_key = 'project_id'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment