Page MenuHomePhabricator

recentchanges-table of wikidatawiki incomplete
Closed, InvalidPublic

Description

The recentchanges-table of the new wikidatawiki-database misses the rc_moved_to_ns-field.

@sql-s3:wikidatawiki> select rc_moved_to_ns from recentchanges limit 1;
ERROR 1054 (42S22): Unknown column 'rc_moved_to_ns' in 'field list'

@sql-s3:arwiki> select rc_moved_to_ns from recentchanges limit 1;
+----------------+

rc_moved_to_ns

+----------------+

0

+----------------+
1 row in set (0.01 sec)


Version: wmf-deployment
Severity: normal

Details

Reference
bz41536

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:55 AM
bzimport set Reference to bz41536.
bzimport added a subscriber: Unknown Object (MLST).

It also misses rc_moved_to_title.

These fields have been removed - see bug 34960