wiki.techinc.nl/maintenance/archives/patch-drop-page_counter.sql
Chad Horohoe 5f8edb2c0a Drop ss_total_views and page_counter fields from MediaWiki
Follows up removal of code using hitcounters in 90d90dad6

RFC: https://www.mediawiki.org/wiki/Requests_for_comment/Removing_hit_counters_from_MediaWiki_core
Change-Id: Ieeb558f9523c11965cbc1941cad4f316c00c85c5
2015-01-09 19:01:01 +00:00

2 lines
104 B
SQL

-- field is deprecated and no longer updated as of 1.25
ALTER TABLE /*_*/page DROP COLUMN page_counter;