So that we can support global autoblocks, the global_block_whitelist table needs to no longer have columns for the target of the block. This is because we cannot appropriately hide this data in the wiki replicas, as the store of which block is an autoblock is stored on another database.
We can safely not write to the column as it is only used in places where we could instead write to the gbw_id column to be the reference to the target (through a separate DB query to the globalblocks table).