Commit 233858c7 authored by Shinya Maeda's avatar Shinya Maeda

Cleanup delete orphaned deployments background migration

This commit cleans up the background migration
we introduced in the previous milestone for orphaned deployments.

Changelog: other
parent afc46c74
# 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