I am displaying flags of global blocks in allblocksever. Flags such as gb_create_account are replicated in the replica view, only the recently introduced gb_block_email is missing.
Steps to replicate the issue (include links if applicable):
- Log in to a Toolforge bastion host
- Run sql centralauth describe globalblocks
What happens?:
Output:
+------------------------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +------------------------+------------------+------+-----+---------+-------+ | gb_id | int(10) unsigned | NO | | 0 | | | gb_address | varbinary(255) | YES | | NULL | | | gb_target_central_id | int(10) unsigned | NO | | 0 | | | gb_by_central_id | int(10) unsigned | NO | | NULL | | | gb_by_wiki | varbinary(255) | NO | | NULL | | | gb_reason | varbinary(767) | NO | | NULL | | | gb_timestamp | binary(14) | NO | | NULL | | | gb_anon_only | tinyint(1) | NO | | 0 | | | gb_create_account | tinyint(1) | NO | | 1 | | | gb_enable_autoblock | tinyint(1) | NO | | 0 | | | gb_autoblock_parent_id | int(10) unsigned | NO | | 0 | | | gb_expiry | varbinary(14) | NO | | NULL | | | gb_range_start | varbinary(35) | YES | | NULL | | | gb_range_end | varbinary(35) | YES | | NULL | | +------------------------+------------------+------+-----+---------+-------+
What should have happened instead?:
The gb_block_email should be included.