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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20221215210347_partition_pm_package_metadata_tables.rb')
-rw-r--r--db/migrate/20221215210347_partition_pm_package_metadata_tables.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/db/migrate/20221215210347_partition_pm_package_metadata_tables.rb b/db/migrate/20221215210347_partition_pm_package_metadata_tables.rb
deleted file mode 100644
index ebf2b8395b6..00000000000
--- a/db/migrate/20221215210347_partition_pm_package_metadata_tables.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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