debian-mirror-gitlab/db/migrate/20221215210347_partition_pm_package_metadata_tables.rb
2023-03-17 16:20:25 +05:30

14 lines
375 B
Ruby

# 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