Index: trunk/extensions/LiquidThreads/classes/Hooks.php |
— | — | @@ -314,6 +314,7 @@ |
315 | 315 | $wgExtNewTables[] = array( 'user_message_state', "$dir/lqt.sql" ); |
316 | 316 | $wgExtNewTables[] = array( 'thread_history', "$dir/schema-changes/thread_history_table.sql" ); |
317 | 317 | $wgExtNewTables[] = array( 'thread_pending_relationship', "$dir/schema-changes/thread_pending_relationship.sql" ); |
| 318 | + $wgExtNewTables[] = array( 'thread_reaction', "$dir/schema-changes/thread_reactions.sql" ); |
318 | 319 | |
319 | 320 | $wgExtNewFields[] = array( "thread", "thread_article_namespace", "$dir/schema-changes/split-thread_article.sql" ); |
320 | 321 | $wgExtNewFields[] = array( "thread", "thread_article_title", "$dir/schema-changes/split-thread_article.sql" ); |