summaryrefslogtreecommitdiff
path: root/db/migrate/20221215210347_partition_pm_package_metadata_tables.rb
blob: ebf2b8395b689349df3a6ba909e74a63176b7d8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

class PartitionPmPackageMetadataTables < Gitlab::Database::Migration[2.1]
  def up
    # no-op
    # This migration was reverted as part of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108644
    # The migration file is re-added to ensure that all environments have the same list of migrations.
  end

  def down
    # no-op
  end
end