freeside/FS/bin freeside-setup,1.36,1.37
ivan
ivan at pouncequick.420.am
Thu Jul 29 14:49:19 PDT 2004
- Previous message: freeside/fs_selfservice/FS-SelfService/cgi myaccount_menu.html,NONE,1.1 logout.html,NONE,1.1 provision.html,NONE,1.1 provision_svc_acct.html,NONE,1.1 process_svc_acct.html,NONE,1.1 delete_svc.html,NONE,1.1 myaccount.html,1.4,1.5 view_invoice.html,1.2,1.3 payment_results.html,1.1,1.2 make_payment.html,1.10,1.11 selfservice.cgi,1.7,1.8 agent.cgi,1.4,1.5
- Next message: freeside/httemplate/view svc_acct.cgi,1.36,1.37
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/bin
In directory pouncequick:/tmp/cvs-serv9313
Modified Files:
freeside-setup
Log Message:
add index on cust_main.refnum, speeds up advertising source list
Index: freeside-setup
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-setup,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- freeside-setup 6 Jul 2004 13:26:21 -0000 1.36
+++ freeside-setup 29 Jul 2004 21:49:10 -0000 1.37
@@ -498,7 +498,7 @@
'unique' => [],
#'index' => [ ['last'], ['company'] ],
'index' => [ ['last'], [ 'company' ], [ 'referral_custnum' ],
- [ 'daytime' ], [ 'night' ], [ 'fax' ],
+ [ 'daytime' ], [ 'night' ], [ 'fax' ], [ 'refnum' ],
],
},
- Previous message: freeside/fs_selfservice/FS-SelfService/cgi myaccount_menu.html,NONE,1.1 logout.html,NONE,1.1 provision.html,NONE,1.1 provision_svc_acct.html,NONE,1.1 process_svc_acct.html,NONE,1.1 delete_svc.html,NONE,1.1 myaccount.html,1.4,1.5 view_invoice.html,1.2,1.3 payment_results.html,1.1,1.2 make_payment.html,1.10,1.11 selfservice.cgi,1.7,1.8 agent.cgi,1.4,1.5
- Next message: freeside/httemplate/view svc_acct.cgi,1.36,1.37
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list