r89762 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89761‎ | r89762 | r89763 >
Date:09:16, 9 June 2011
Author:catrope
Status:ok
Tags:
Comment:
Followup r89277, r89494: another space breaking stuff
Modified paths:
  • /trunk/extensions/ArticleFeedback/sql/AddArticleFeedbackStatsTable.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/sql/AddArticleFeedbackStatsTable.sql
@@ -9,5 +9,5 @@
1010 -- timestamp of insertion job
1111 afs_ts binary(14) NOT NULL
1212 ) /*$wgDBTableOptions*/;
13 -CREATE UNIQUE INDEX /*i*/ afs_page_ts_type ON /*_*/ article_feedback_stats( afs_page_id, afs_ts, afs_stats_type_id );
 13+CREATE UNIQUE INDEX /*i*/ afs_page_ts_type ON /*_*/article_feedback_stats( afs_page_id, afs_ts, afs_stats_type_id );
1414 CREATE INDEX /*i*/ afs_ts_avg_overall ON /*_*/article_feedback_stats (afs_ts, afs_orderable_data);

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89277Added 'problem articles' view to dashboard; refactored dashboard code (popula...awjrichards18:32, 1 June 2011
r89494Fix syntax in .sql (spaces), crashed updater (follow-up r89277)krinkle10:59, 5 June 2011

Status & tagging log