[freeside-commits] branch master updated. 5dd12ebde3e35336ece3ddf9d8460fa60520cf12

Ivan ivan at 420.am
Sun Jun 29 15:25:44 PDT 2014


The branch, master has been updated
       via  5dd12ebde3e35336ece3ddf9d8460fa60520cf12 (commit)
      from  e2d752f1e348d0903888aa85f46d6288e282d6c6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5dd12ebde3e35336ece3ddf9d8460fa60520cf12
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jun 29 15:25:41 2014 -0700

    add index on prepay_credit.agentnum, RT#29748

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index ea4e2c2..b0980e8 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -4041,7 +4041,7 @@ sub tables_hashref {
       ],
       'primary_key'  => 'prepaynum',
       'unique'       => [ ['identifier'] ],
-      'index'        => [],
+      'index'        => [ ['agentnum'] ],
       'foreign_keys' => [
                           { columns    => [ 'agentnum' ],
                             table      => 'agent',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list