r68785 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68784‎ | r68785 | r68786 >
Date:18:13, 30 June 2010
Author:werdna
Status:deferred
Tags:
Comment:
Add thread_reactions table to schema update list
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Hooks.php
@@ -314,6 +314,7 @@
315315 $wgExtNewTables[] = array( 'user_message_state', "$dir/lqt.sql" );
316316 $wgExtNewTables[] = array( 'thread_history', "$dir/schema-changes/thread_history_table.sql" );
317317 $wgExtNewTables[] = array( 'thread_pending_relationship', "$dir/schema-changes/thread_pending_relationship.sql" );
 318+ $wgExtNewTables[] = array( 'thread_reaction', "$dir/schema-changes/thread_reactions.sql" );
318319
319320 $wgExtNewFields[] = array( "thread", "thread_article_namespace", "$dir/schema-changes/split-thread_article.sql" );
320321 $wgExtNewFields[] = array( "thread", "thread_article_title", "$dir/schema-changes/split-thread_article.sql" );

Status & tagging log