summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-03-29 00:24:49 +0000
committerivan <ivan>2010-03-29 00:24:49 +0000
commit28d2122f9aabfc0affb70102c1ec671824b72da3 (patch)
tree2edd33133e5f410728de17897a79ef4bf8530ddc /FS
parenteea5914ee823c7c0326c3abc6869fdf4162c7155 (diff)
add user_custnum to 1.9 for employee commissioning, RT#6991
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Schema.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index e705874..6756c9c 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' => {