gitlab-org--gitlab-foss/app/models/packages/cleanup.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
138 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Packages
module Cleanup
def self.table_name_prefix
'packages_cleanup_'
end
end
end