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:
BackfillAwardEmojiShardingKeyBackfillMissingNamespaceIdOnNotesBackfillShardingKeyAndCleanLabelLinksTable
Re-executing those is impossible as some tables no longer exists, causing a PG::UndefinedTable error.
Edited by Max Orefice