diff options
author | ivan <ivan> | 2000-01-28 22:56:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-01-28 22:56:13 +0000 |
commit | 9a34cb208f355e2046580232eb731b00deac4b89 (patch) | |
tree | d4485e4cd6e464b22f184c6c855e3235a5aff163 /bin/fs-setup | |
parent | c2e9ca0ddbdcd3588f94c8c550120c73c0844bb1 (diff) |
track full phone number
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-x | bin/fs-setup | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/fs-setup b/bin/fs-setup index aae9c5739..6ba07e897 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.19 1999-07-29 08:50:35 ivan Exp $ +# $Id: fs-setup,v 1.20 2000-01-28 22:53:33 ivan Exp $ # # ivan@sisd.com 97-nov-8,9 # @@ -32,7 +32,10 @@ # fix radius attributes ivan@sisd.com 98-sep-27 # # $Log: fs-setup,v $ -# Revision 1.19 1999-07-29 08:50:35 ivan +# Revision 1.20 2000-01-28 22:53:33 ivan +# track full phone number +# +# Revision 1.19 1999/07/29 08:50:35 ivan # wrong type for cust_pay_batch.exp # # Revision 1.18 1999/04/15 22:46:30 ivan @@ -591,7 +594,7 @@ sub tables_hash_hack { 'state', 'varchar', '', $char_d, 'ac', 'char', '', 3, 'exch', 'char', '', 3, - #rest o' number? + 'loc', 'char', 'NULL', 4, #NULL for legacy purposes ], 'primary_key' => 'popnum', 'unique' => [ [] ], |