Commit 2dfdac66 authored by Patrick Bair's avatar Patrick Bair

Merge branch 'mb-cleanup-backfill-ci-queueing-tables' into 'master'

Cleanup back-filling CI queuing tables migration

See merge request gitlab-org/gitlab!81602
parents 379a66cf af8fa00f
# frozen_string_literal: true
class CleanupBackfillCiQueuingTables < Gitlab::Database::Migration[1.0]
MIGRATION = 'BackfillCiQueuingTables'
disable_ddl_transaction!
def up
finalize_background_migration(MIGRATION)
end
def down
# no-op
end
end
aa9ab05f6991f06c465fbc4878e0cbc648dc09b1b7912dbbf3dd68887a9cdd1d
\ 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