Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cleanup.rb « packages « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16bba4f445d9e0b90a11b4955e2730946397b64a (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true
module Packages
  module Cleanup
    def self.table_name_prefix
      'packages_cleanup_'
    end
  end
end