summaryrefslogtreecommitdiff
path: root/bin/fs-setup
diff options
context:
space:
mode:
authorivan <ivan>2002-01-29 17:42:46 +0000
committerivan <ivan>2002-01-29 17:42:46 +0000
commitc5c0ba135749164ec8ba75d18f76c29625e1bc7e (patch)
tree6c855b5b5e0a4774d7f6737fc46bf357042e6d3c /bin/fs-setup
parent6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 (diff)
weight, plan and plandata fields in part_bill_event
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-xbin/fs-setup5
1 files changed, 4 insertions, 1 deletions
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',