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