Commit 301ef105 authored by Felipe Artur's avatar Felipe Artur Committed by Alper Akgun

Cleanup background migration of requirements to work items

parent dddb6fd5
# frozen_string_literal: true
class CleanupBackgroundMigrationOfRequirementsToWorkItems < Gitlab::Database::Migration[1.0]
disable_ddl_transaction!
MIGRATION = 'MigrateRequirementsToWorkItems'
disable_ddl_transaction!
def up
finalize_background_migration(MIGRATION)
end
def down
# no-op
end
end
12203afb7b66a12946d971dd601d2ce91e1408fcdf36d9d8b2fadcf09d7c1e56
\ No newline at end of file
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