r79967 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79966‎ | r79967 | r79968 >
Date:22:30, 10 January 2011
Author:awjrichards
Status:deferred
Tags:
Comment:
Removing install file - all it did was add a key to a column in the civi database that is already indexed out of the box
Modified paths:
  • /civicrm/trunk/sites/all/modules/queue2civicrm/recurring/recurring.install (deleted) (history)

Diff [purge]

Index: civicrm/trunk/sites/all/modules/queue2civicrm/recurring/recurring.install
@@ -1,10 +0,0 @@
2 -<?php
3 -
4 -function recurring_update_6100() {
5 - $items = array();
6 -
7 - // add index on trxn_id (which is mapped to subscr_id
8 - $items[] = update_sql( "CREATE INDEX {civicrm.civicrm_contribution_recur}_trxn_id_idx ON {civicrm.civicrm_contribution_recur} (trxn_id)" );
9 -
10 - return $items;
11 -}
\ No newline at end of file

Status & tagging log