Skip to content
代码片段 群组 项目
提交 b0ffb0db 编辑于 作者: Matt Kasa's avatar Matt Kasa
浏览文件

Merge branch 'readd-noop-partition-package-metadata-migration' into 'master'

No-op migration for pm package partitioning

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108722



Merged-by: default avatarMatt Kasa <mkasa@gitlab.com>
Approved-by: default avatarMatt Kasa <mkasa@gitlab.com>
Co-authored-by: default avatarSimon Tomlinson <stomlinson@gitlab.com>
No related branches found
No related tags found
无相关合并请求
# 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
37df82f093bb81ff1bc36ea9ba29f4e70bcb96274e2dcc70438ce0710dd7e9d9
\ No newline at end of file
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册