Last modified: 2014-09-17 03:27:57 UTC
https://noc.wikimedia.org/conf/InitialiseSettings.php.txt says: 'wgContentHandlerUseDB' => array( 'default' => false, 'wikidata' => true, ), so I assume it's ready there.
Also for testwikidatawiki too.
It was a simple exception to add.
Really fixed? A database query error has occurred. Query: SELECT rev_id,rev_page,rev_text_id,rev_timestamp,rev_comment,rev_user_text,rev_user,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,rev_content_format,rev_content_model,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len,user_name FROM `wikidatawiki_p`.`revision_userindex` INNER JOIN `wikidatawiki_p`.`page` ON ((page_id = rev_page)) LEFT JOIN `wikidatawiki_p`.`user` ON ((rev_user != 0) AND (user_id = rev_user)) WHERE page_id = '439230' AND rev_id = '93329328' LIMIT 1 Function: Revision::fetchFromConds Error: 1054 Unknown column 'rev_content_format' in 'field list' (wikidatawiki.labsdb)
Ah, I may have forgotten to add it to the alternate views as well. Will fix shortly.
Ah, hm. It fails to apply because my view management system right now does not properly deal with the concept that the same schema doesn't apply to all databases. This will need some ugly exception code.
Now that this schema change has been propagated it's possible to do cleanly.
Change 160459 had a related patch set uploaded by coren: Labs: merge in changes to maintain-replicas.pl https://gerrit.wikimedia.org/r/160459
Change 160459 merged by coren: Labs: merge in changes to maintain-replicas.pl https://gerrit.wikimedia.org/r/160459