X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Ffs-setup;h=2c31ff667e6c160d7f89173cddf639b6900cd37c;hb=f16bab33441eb8bb4475f4bf3a64310e7786f0fc;hp=4cdcb1b2cd00991a3934bc9b201f570a2c0e0c95;hpb=7ca036115f70fd3d9b9bef6bca366d7a2f6064db;p=freeside.git diff --git a/bin/fs-setup b/bin/fs-setup index 4cdcb1b2c..2c31ff667 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.31 2000-12-01 18:34:53 ivan Exp $ +# $Id: fs-setup,v 1.32 2000-12-04 00:13:02 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.31 2000-12-01 18:34:53 ivan +# Revision 1.32 2000-12-04 00:13:02 ivan +# fix nas.last type +# +# Revision 1.31 2000/12/01 18:34:53 ivan # another tyop # # Revision 1.30 2000/12/01 18:33:32 ivan @@ -760,7 +763,7 @@ sub tables_hash_hack { 'nas', 'varchar', '', $char_d, 'nasip', 'varchar', '', 15, 'nasfqdn', 'varchar', '', $char_d, - 'last', @date_type, + 'last', 'int', '', '', ], 'primary_key' => 'nasnum', 'unique' => [ [ 'nas' ], [ 'nasip' ] ],