From: ivan Date: Thu, 22 Oct 1998 15:46:28 +0000 (+0000) Subject: now smallint is illegal, so remove that too. X-Git-Tag: freeside_1_2_0~215 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b8f8d9c3a07d4cb18ab6ec49fcd5ee0620c04a24 now smallint is illegal, so remove that too. --- diff --git a/bin/fs-setup b/bin/fs-setup index 22891ec0f..dc732e5ed 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -30,6 +30,11 @@ # ivan@sisd.com 98-sep-4 # # fix radius attributes ivan@sisd.com 98-sep-27 +# +# $Log: fs-setup,v $ +# Revision 1.3 1998-10-22 15:46:28 ivan +# now smallint is illegal, so remove that too. +# #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -206,7 +211,7 @@ sub tables_hash_hack { 'agentnum', 'int', '', '', 'agent', 'varchar', '', $char_d, 'typenum', 'int', '', '', - 'freq', 'smallint', 'NULL', '', + 'freq', 'int', 'NULL', '', 'prog', @perl_type, ], 'primary_key' => 'agentnum', @@ -415,7 +420,7 @@ sub tables_hash_hack { 'pkg', 'varchar', '', $char_d, 'comment', 'varchar', '', $char_d, 'setup', @perl_type, - 'freq', 'smallint', '', '', #billing frequency (months) + 'freq', 'int', '', '', #billing frequency (months) 'recur', @perl_type, ], 'primary_key' => 'pkgpart',