Index: branches/REL1_18/extensions/ArticleFeedback/sql/AddArticleFeedbackStatsTypeTable.sql |
— | — | @@ -5,5 +5,5 @@ |
6 | 6 | CREATE UNIQUE INDEX /*i*/afst_type ON /*_*/article_feedback_stats_types( afst_type ); |
7 | 7 | |
8 | 8 | -- 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 |