From fd597aef277c522889a849d78dc7dcae67d00d95 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 10 Apr 2002 08:39:47 +0000 Subject: [PATCH] fix mistake in part_pop_local schema (not used by anyone really so no big deal) --- bin/fs-setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' => { -- 2.11.0