[freeside-commits] branch FREESIDE_3_BRANCH updated. 14f73cfb3943afdadd37a5a4d5d765be55832305
Ivan
ivan at 420.am
Sun Jun 29 15:25:51 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 14f73cfb3943afdadd37a5a4d5d765be55832305 (commit)
from f5a3514aa0c5b197a7c520205f8103da1363572a (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 14f73cfb3943afdadd37a5a4d5d765be55832305
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Jun 29 15:25:47 2014 -0700
add index on prepay_credit.agentnum, RT#29748
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index b70b351..c2d9595 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2815,7 +2815,7 @@ sub tables_hashref {
],
'primary_key' => 'prepaynum',
'unique' => [ ['identifier'] ],
- 'index' => [],
+ 'index' => [ ['agentnum'] ],
},
'port' => {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list