# frozen_string_literal: true module Packages module Helm def self.table_name_prefix 'packages_helm_' end end end