Index: trunk/extensions/ArticleFeedbackv5/sql/ArticleFeedbackv5.sql |
— | — | @@ -111,7 +111,7 @@ |
112 | 112 | -- selects we only want the count for each input, not the value of that input or |
113 | 113 | -- the sum of the values (which will be numerical option_ids, not meaningful |
114 | 114 | -- rating values). The queries were sufficiently different that we deemed multiple |
| 115 | +-- tables worthwhile. |
115 | 116 | CREATE TABLE IF NOT EXISTS /*_*/aft_article_feedback_ratings_rollup ( |
116 | 117 | arr_page_id integer unsigned NOT NULL, |
117 | 118 | arr_field_id integer unsigned NOT NULL, |