X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Ffs-setup;h=7e043d238b2397ff8b81ad0142aff14359ef1aa1;hp=f3ff031d494fe7afe573b4a88096742811b873f6;hb=c5c0ba135749164ec8ba75d18f76c29625e1bc7e;hpb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 diff --git a/bin/fs-setup b/bin/fs-setup index f3ff031d4..7e043d238 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.72 2002-01-29 11:11:06 ivan Exp $ +# $Id: fs-setup,v 1.73 2002-01-29 17:42:46 ivan Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -319,6 +319,9 @@ sub tables_hash_hack { 'event', 'varchar', '', $char_d, 'eventcode', @perl_type, 'seconds', 'int', 'NULL', '', + 'weight', 'int', '', '', + 'plan', 'varchar', 'NULL', $char_d, + 'plandata', 'text', 'NULL', '', 'disabled', 'char', 'NULL', 1, ], 'primary_key' => 'eventpart',