wiki.techinc.nl/maintenance/archives/patch-drop-ss_total_views.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
No EOL
111 B
SQL

-- field is deprecated and no longer updated as of 1.24
ALTER TABLE /*_*/site_stats DROP COLUMN ss_total_views;