From: ivan Date: Mon, 29 Mar 2010 00:24:49 +0000 (+0000) Subject: add user_custnum to 1.9 for employee commissioning, RT#6991 X-Git-Tag: freeside_1_9_3~44 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=28d2122f9aabfc0affb70102c1ec671824b72da3 add user_custnum to 1.9 for employee commissioning, RT#6991 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index e705874af..6756c9c32 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2380,11 +2380,12 @@ sub tables_hashref { '_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' => {