gitlab-ce/app/models/container_registry/protection.rb

10 lines
164 B
Ruby

# frozen_string_literal: true
module ContainerRegistry
module Protection
def self.table_name_prefix
'container_registry_protection_'
end
end
end