Ladsgroup added a comment.

  In T237102#6521036 <https://phabricator.wikimedia.org/T237102#6521036>, 
@WMDE-leszek wrote:
  
  > @Addshore @Ladsgroup how would I confirm this is done?
  
  on local instance:
  
    MariaDB [(none)]> use repo;
    Reading table information for completion of table and column names
    You can turn off this feature to get a quicker startup with -A
    
    Database changed
    MariaDB [repo]> desc wbt_text_in_lang;
    +---------------+------------------+------+-----+---------+----------------+
    | Field         | Type             | Null | Key | Default | Extra          |
    +---------------+------------------+------+-----+---------+----------------+
    | wbxl_id       | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
    | wbxl_language | varbinary(20)    | NO   | MUL | NULL    |                |
    | wbxl_text_id  | int(10) unsigned | NO   | MUL | NULL    |                |
    +---------------+------------------+------+-----+---------+----------------+
    3 rows in set (0.003 sec)
  
  the wbxl_language should varbinary 20 and not 10
  
  On production:
  
    amsa@amsa-Latitude-7480:~$ ssh mwmaint2001.codfw.wmnet
    <blah blah blah>
    ladsgroup@mwmaint2001:~$ sql wikidatawiki
    <blah blah blah>
    
    [email protected](wikidatawiki)> desc wbt_text_in_lang;
    +---------------+------------------+------+-----+---------+----------------+
    | Field         | Type             | Null | Key | Default | Extra          |
    +---------------+------------------+------+-----+---------+----------------+
    | wbxl_id       | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
    | wbxl_language | varbinary(20)    | NO   | MUL | NULL    |                |
    | wbxl_text_id  | int(10) unsigned | NO   | MUL | NULL    |                |
    +---------------+------------------+------+-----+---------+----------------+
    3 rows in set (0.00 sec)
  
  Preferably double checking this on testwikidatawiki as well

TASK DETAIL
  https://phabricator.wikimedia.org/T237102

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: WMDE-leszek, Marostegui, Amire80, Aklapper, Addshore, alaa_wmde, Ladsgroup, 
Hazizibinmahdi, Akuckartz, Iflorez, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Luke081515, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to