summaryrefslogtreecommitdiff
path: root/bin/fs-setup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-xbin/fs-setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index dc597ccb4..03b5a04a9 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.55 2001-09-07 20:17:50 ivan Exp $
+# $Id: fs-setup,v 1.56 2001-09-08 00:28:49 khoff Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -597,7 +597,7 @@ sub tables_hash_hack {
'primary_key' => 'columnnum',
'unique' => [ [ 'svcpart', 'columnname' ] ],
'index' => [ [ 'svcpart' ] ],
- }
+ },
#(this should be renamed to part_pop)
'svc_acct_pop' => {