Index: trunk/extensions/ArticleFeedback/sql/ArticleFeedback.sql |
— | — | @@ -94,5 +94,5 @@ |
95 | 95 | CREATE UNIQUE INDEX /*i*/afst_type ON /*_*/article_feedback_stats_types( afst_type ); |
96 | 96 | |
97 | 97 | -- 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 @@ |
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 |