From d48ee9ffdae4a1031210be33809ffde51e64403c Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 20 Mar 2009 11:20:39 +0000 Subject: [PATCH] Fix typo in tables.sql, pointed out by Jidanni --- maintenance/tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 2927833248..3b1e8eb719 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -611,7 +611,7 @@ CREATE UNIQUE INDEX /*i*/ss_row_id ON /*_*/site_stats (ss_row_id); -- Stores an ID for every time any article is visited; -- depending on $wgHitcounterUpdateFreq, it is -- periodically cleared and the page_counter column --- in the page table updated for the all articles +-- in the page table updated for all the articles -- that have been visited.) -- CREATE TABLE /*_*/hitcounter ( -- 2.20.1