Commit 5678b066 authored by Tiger Watson's avatar Tiger Watson

Merge branch 'clean-up-background-migration-for-orphaned-deployments' into 'master'

Finalize delete orphaned deployments background migration

See merge request gitlab-org/gitlab!66600
parents de909f0a 233858c7
# frozen_string_literal: true
class CleanupDeleteOrphanedDeploymentsBackgroundMigration < Gitlab::Database::Migration[1.0]
MIGRATION = 'DeleteOrphanedDeployments'
disable_ddl_transaction!
def up
finalize_background_migration(MIGRATION)
end
def down
# no-op
end
end
5701681a1006584149c88da520f780b186ca32ba1facb8b952252c6d426b6c0d
\ 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