r89494 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89493‎ | r89494 | r89495 >
Date:10:59, 5 June 2011
Author:krinkle
Status:ok
Tags:
Comment:
Fix syntax in .sql (spaces), crashed updater (follow-up r89277)
Modified paths:
  • /trunk/extensions/ArticleFeedback/sql/AddArticleFeedbackStatsTypeTable.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/sql/AddArticleFeedbackStatsTypeTable.sql
@@ -1,8 +1,8 @@
2 -CREATE TABLE IF NOT EXISTS /*_*/ article_feedback_stats_types (
 2+CREATE TABLE IF NOT EXISTS /*_*/article_feedback_stats_types (
33 afst_id integer unsigned NOT NULL PRIMARY KEY AUTO_INCREMENT,
44 afst_type varbinary(255) NOT NULL
55 ) /*$wgDBTableOptions*/;
6 -CREATE UNIQUE INDEX /*i*/ afst_type ON /*_*/ article_feedback_stats_types( afst_type );
 6+CREATE UNIQUE INDEX /*i*/afst_type ON /*_*/article_feedback_stats_types( afst_type );
77
88 -- Pre-populate table with stat types
99 INSERT INTO article_feedback_stats_types ( afst_type ) VALUES ( 'highs_and_lows' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r89762Followup r89277, r89494: another space breaking stuffcatrope09:16, 9 June 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89277Added 'problem articles' view to dashboard; refactored dashboard code (popula...awjrichards18:32, 1 June 2011

Status & tagging log