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/post_migrate/20230125093840_rebalance_partition_id_ci_build.rb')
-rw-r--r--db/post_migrate/20230125093840_rebalance_partition_id_ci_build.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/db/post_migrate/20230125093840_rebalance_partition_id_ci_build.rb b/db/post_migrate/20230125093840_rebalance_partition_id_ci_build.rb
deleted file mode 100644
index a4514e958f9..00000000000
--- a/db/post_migrate/20230125093840_rebalance_partition_id_ci_build.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# frozen_string_literal: true
-
-class RebalancePartitionIdCiBuild < Gitlab::Database::Migration[2.1]
- def up
- # no-op
- end
-
- def down
- # no-op
- end
-end