BBM - Skip 3 migrations referencing dropped tables

Ref: #595725

What does this MR do and why?

Similar to !229843 (merged)

This MR marks the following migrations as finalized in the BBM that retries BBMs affected by the single-record bug:

  • BackfillAwardEmojiShardingKey
  • BackfillMissingNamespaceIdOnNotes
  • BackfillShardingKeyAndCleanLabelLinksTable

Re-executing those is impossible as some tables no longer exists, causing a PG::UndefinedTable error.

Edited by Max Orefice

Merge request reports

Loading