summaryrefslogtreecommitdiff
path: root/bin/fs-setup
diff options
context:
space:
mode:
authorkhoff <khoff>2002-06-08 07:48:37 +0000
committerkhoff <khoff>2002-06-08 07:48:37 +0000
commit0e8861ca6b3b04b99ea9477e8c1555561b21c929 (patch)
tree7417f21cb08027ee883fbf5cb10d1a64755c9645 /bin/fs-setup
parent0ada85923cfb057caf1d0e66b73a08b2700703bd (diff)
Default svcpart support for part_pkg. Fixes 'bug' with new customer and online signup.
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-xbin/fs-setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 558a5fdd9..9b9ce8686 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.92 2002-05-31 22:37:06 ivan Exp $
+# $Id: fs-setup,v 1.93 2002-06-08 07:48:37 khoff Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -662,6 +662,7 @@ sub tables_hash_hack {
'plandata', 'text', 'NULL', '',
'disabled', 'char', 'NULL', 1,
'taxclass', 'varchar', 'NULL', $char_d,
+ 'def_svcpart','int', '', '',
],
'primary_key' => 'pkgpart',
'unique' => [ [] ],