[freeside-commits] freeside/FS/FS Schema.pm,1.7,1.8
Ivan,,,
ivan at wavetail.420.am
Wed Jan 4 18:03:13 PST 2006
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv12753
Modified Files:
Schema.pm
Log Message:
remove redundant indices on cust_main ship_ columns
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Schema.pm 25 Dec 2005 03:00:33 -0000 1.7
+++ Schema.pm 5 Jan 2006 02:03:11 -0000 1.8
@@ -433,7 +433,6 @@
#'index' => [ ['last'], ['company'] ],
'index' => [ ['last'], [ 'company' ], [ 'referral_custnum' ],
[ 'daytime' ], [ 'night' ], [ 'fax' ], [ 'refnum' ],
- [ 'ship_last' ], [ 'ship_company' ],
[ 'county' ], [ 'state' ], [ 'country' ]
],
},
More information about the freeside-commits
mailing list