Marostegui added a comment.

I have renamed this table on the following servers

s5: wikidatawiki: db1092

root@db1092[wikidatawiki]> set session sql_log_bin=0;
Query OK, 0 rows affected (0.00 sec)

root@db1092[wikidatawiki]> rename table wb_entity_per_page to T177601_wb_entity_per_page;
Query OK, 0 rows affected (0.01 sec)

To revert this change, connect to db1092 and execute:

use wikidatawiki;
set session sql_log_bin=0;
rename table T177601_wb_entity_per_page to wb_entity_per_page;

s3: testwikidatawiki: db1077

root@db1077[testwikidatawiki]> set session sql_log_bin=0;
Query OK, 0 rows affected (0.00 sec)

root@db1077[testwikidatawiki]> rename table wb_entity_per_page to T177601_wb_entity_per_page;
Query OK, 0 rows affected (0.00 sec)

To revert this change, connect to db1077 and execute:

use testwikidatawiki;
set session sql_log_bin=0;
rename table T177601_wb_entity_per_page to wb_entity_per_page;

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

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

To: Marostegui
Cc: Stashbot, Marostegui, jcrespo, daniel, Aklapper, hoo, gerritbot, Magnus, Ricordisamoa, matej_suchanek, Bamyers99, Tobi_WMDE_SW, Pasleim, PokestarFan, Ladsgroup, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Minhnv-2809, Maathavan, Luke081515, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to