The schema change to add the content handler DB columns completed in October 2014 (details below).
This bug is now about turning on $wgContentHandlerUseDB on all WMF wikis
https://meta.wikimedia.org/wiki/Wikidata/Notes/ContentHandler: "Model and format may both change from revision to revision, though this may be confusing"
But T72901 addressed this: users can't change the content model of other users' pages unless they have editcontentmodel right (and we have not yet handed out this right).
http://lists.wikimedia.org/pipermail/wikitech-l/2012-March/059358.html
Version: unspecified
Severity: enhancement
DB change (completed)
gerrit change Id4e0f40c added the content model columns, @Springle completed the DB changes in October 2014.
All wikis
tables: page, revision, archive
changes: Content handler columns
MediaWiki cannot operate without these columns (fatal error) unless their use in core is disabled with wgContentHandlerUseDB (will be in wmf-production starting 1.21wmf2)
So gerrit 30068 disabled it pre-emptively in InitializeSettings.php --reedy
Adding rev_content_format field to table revision...
Adding rev_content_model field to table revision...
Adding ar_content_format field to table archive...
Adding ar_content_model field to table archive...
Adding page_content_model field to table page...