[freeside-commits] branch FREESIDE_2_3_BRANCH updated. df6cdc1880f1349af43d78d05f021544a859e772
Ivan
ivan at 420.am
Thu Aug 30 01:06:26 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via df6cdc1880f1349af43d78d05f021544a859e772 (commit)
from fd835e8371d399432fe82654ee78f7f6cc9cfb47 (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 df6cdc1880f1349af43d78d05f021544a859e772
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Aug 30 01:06:25 2012 -0700
no need for these indices
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index fd1e9de..7e1243c 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -482,7 +482,7 @@ sub tables_hashref {
],
'primary_key' => 'agentpkgclassnum',
'unique' => [ [ 'agentnum', 'classnum' ], ],
- 'index' => [ [ 'agentnum' ], [ 'classnum' ] ],
+ 'index' => [],
},
'agent_type' => {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list