Commit 2b8d2300 authored by Krasimir Angelov's avatar Krasimir Angelov

Add post deployment migration to complete pages metadata migration

Related to https://gitlab.com/gitlab-org/gitlab/issues/28781.
parent 64fedd20
---
title: Add post deployment migration to complete pages metadata migration
merge_request: 19928
author:
type: other
# frozen_string_literal: true
class CompletePagesMetadataMigration < ActiveRecord::Migration[5.2]
DOWNTIME = false
def up
Gitlab::BackgroundMigration.steal('MigratePagesMetadata')
end
def down
# no-op
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment