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

debian.rb « packages « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7f7f9f95e9afc9ea6de23c893edec6c4fde4ee0 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Packages
  module Debian
    def self.table_name_prefix
      'packages_debian_'
    end
  end
end