[freeside-commits] freeside/FS/FS Schema.pm,1.168.2.26,1.168.2.27
Ivan,,,
ivan at wavetail.420.am
Sun Mar 28 17:24:51 PDT 2010
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.202, 1.203 cust_attachment.pm, 1.1, 1.2 cust_credit.pm, 1.39, 1.40 cust_main.pm, 1.499, 1.500 cust_main_note.pm, 1.1, 1.2 cust_pay_void.pm, 1.7, 1.8 cust_pkg.pm, 1.160, 1.161 cust_pkg_reason.pm, 1.7, 1.8 cust_pkg_discount.pm, 1.5, 1.6 cust_refund.pm, 1.33, 1.34 banned_pay.pm, 1.1, 1.2 Upgrade.pm, 1.34, 1.35 otaker_Mixin.pm, NONE, 1.1 access_user.pm, 1.25, 1.26
- Next message: [freeside-commits] freeside/FS/FS cust_pay.pm,1.74,1.75
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv16096
Modified Files:
Tag: FREESIDE_1_9_BRANCH
Schema.pm
Log Message:
add user_custnum to 1.9 for employee commissioning, RT#6991
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.168.2.26
retrieving revision 1.168.2.27
diff -u -w -d -r1.168.2.26 -r1.168.2.27
--- Schema.pm 26 Mar 2010 05:02:52 -0000 1.168.2.26
+++ Schema.pm 29 Mar 2010 00:24:49 -0000 1.168.2.27
@@ -2380,11 +2380,12 @@
'_password', 'varchar', '', $char_d, '', '',
'last', 'varchar', '', $char_d, '', '',
'first', 'varchar', '', $char_d, '', '',
+ 'user_custnum', 'int', 'NULL', '', '', '',
'disabled', 'char', 'NULL', 1, '', '',
],
'primary_key' => 'usernum',
'unique' => [ [ 'username' ] ],
- 'index' => [],
+ 'index' => [ [ 'user_custnum' ] ],
},
'access_user_pref' => {
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.202, 1.203 cust_attachment.pm, 1.1, 1.2 cust_credit.pm, 1.39, 1.40 cust_main.pm, 1.499, 1.500 cust_main_note.pm, 1.1, 1.2 cust_pay_void.pm, 1.7, 1.8 cust_pkg.pm, 1.160, 1.161 cust_pkg_reason.pm, 1.7, 1.8 cust_pkg_discount.pm, 1.5, 1.6 cust_refund.pm, 1.33, 1.34 banned_pay.pm, 1.1, 1.2 Upgrade.pm, 1.34, 1.35 otaker_Mixin.pm, NONE, 1.1 access_user.pm, 1.25, 1.26
- Next message: [freeside-commits] freeside/FS/FS cust_pay.pm,1.74,1.75
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list