X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Ffs-setup;h=2da0431bbd40256e3e46601b7536912eed176e3f;hp=55edeb6dd8b395aaf4a82bcc4089a3cd1c421bc3;hb=fd597aef277c522889a849d78dc7dcae67d00d95;hpb=17544eafba683f48cdc64fef09745d17be9b088a diff --git a/bin/fs-setup b/bin/fs-setup index 55edeb6dd..2da0431bb 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.85 2002-04-05 23:51:17 ivan Exp $ +# $Id: fs-setup,v 1.86 2002-04-10 08:39:47 ivan Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -742,9 +742,9 @@ sub tables_hash_hack { 'npa', 'char', '', 3, 'nxx', 'char', '', 3, ], - 'primary_key' => 'popnum', + 'primary_key' => 'localnum', 'unique' => [ [] ], - 'index' => [ [ 'npa', 'nxx' ] ], + 'index' => [ [ 'npa', 'nxx' ], [ 'popnum' ] ], }, 'svc_acct' => {