r104491 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104490‎ | r104491 | r104492 >
Date:21:21, 28 November 2011
Author:catrope
Status:ok
Tags:
Comment:
Add forgotten /*_*/
Modified paths:
  • /trunk/extensions/ArticleFeedback/sql/AddArticleFeedbackStatsTypeTable.sql (modified) (history)
  • /trunk/extensions/ArticleFeedback/sql/ArticleFeedback.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/sql/ArticleFeedback.sql
@@ -94,5 +94,5 @@
9595 CREATE UNIQUE INDEX /*i*/afst_type ON /*_*/article_feedback_stats_types( afst_type );
9696
9797 -- Pre-populate table with stat types
98 -INSERT INTO article_feedback_stats_types ( afst_type ) VALUES ( 'highs_and_lows' );
99 -INSERT INTO article_feedback_stats_types ( afst_type ) VALUES ( 'problems' );
 98+INSERT INTO /*_*/article_feedback_stats_types ( afst_type ) VALUES ( 'highs_and_lows' );
 99+INSERT INTO /*_*/article_feedback_stats_types ( afst_type ) VALUES ( 'problems' );
Index: trunk/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

Follow-up revisions

RevisionCommit summaryAuthorDate
r1044921.18: MFT r104491catrope21:24, 28 November 2011

Status & tagging log