[freeside-commits] branch master updated. eeaf714340d952dd557f685aa76cf9a94cdc6b73
Ivan
ivan at 420.am
Thu Aug 30 01:06:25 PDT 2012
The branch, master has been updated
via eeaf714340d952dd557f685aa76cf9a94cdc6b73 (commit)
from 966ef9f5a09505f18f2f7c6ca0da9246d88470bb (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 eeaf714340d952dd557f685aa76cf9a94cdc6b73
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Aug 30 01:06:24 2012 -0700
no need for these indices
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 4f4390c..709e9f9 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