r104492 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104491‎ | r104492 | r104493 >
Date:21:24, 28 November 2011
Author:catrope
Status:ok
Tags:
Comment:
1.18: MFT r104491
Modified paths:
  • /branches/REL1_18/extensions/ArticleFeedback/sql/AddArticleFeedbackStatsTypeTable.sql (modified) (history)

Diff [purge]

Index: branches/REL1_18/extensions/ArticleFeedback/sql/AddArticleFeedbackStatsTypeTable.sql
@@ -5,5 +5,5 @@
66 CREATE UNIQUE INDEX /*i*/afst_type ON /*_*/article_feedback_stats_types( afst_type );
77
88 -- Pre-populate table with stat types
9 -INSERT INTO article_feedback_stats_types ( afst_type ) VALUES ( 'highs_and_lows' );
10 -INSERT INTO article_feedback_stats_types ( afst_type ) VALUES ( 'problems' );
\ No newline at end of file
 9+INSERT INTO /*_*/article_feedback_stats_types ( afst_type ) VALUES ( 'highs_and_lows' );
 10+INSERT INTO /*_*/article_feedback_stats_types ( afst_type ) VALUES ( 'problems' );
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104491Add forgotten /*_*/catrope21:21, 28 November 2011

Status & tagging log