X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-setup;h=5de71a9ca8d61564b1067b6fe96e57bdf6003e14;hb=7dffaeef2be777b6ef04e24256744c690e55c398;hp=119b09d5dcb16a59fa213976f6f4ae14ec2daebd;hpb=cfe85e45bcba97089988b4dc22a895aec687f2c3;p=freeside.git diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index 119b09d5d..5de71a9ca 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -498,7 +498,7 @@ sub tables_hash_hack { 'unique' => [], #'index' => [ ['last'], ['company'] ], 'index' => [ ['last'], [ 'company' ], [ 'referral_custnum' ], - [ 'daytime' ], [ 'night' ], [ 'fax' ], + [ 'daytime' ], [ 'night' ], [ 'fax' ], [ 'refnum' ], ], }, @@ -1127,7 +1127,7 @@ sub tables_hash_hack { 'svc_external' => { 'columns' => [ 'svcnum', 'int', '', '', - 'id', 'int', '', '', + 'id', 'int', 'NULL', '', 'title', 'varchar', 'NULL', $char_d, ], 'primary_key' => 'svcnum',