From: ivan Date: Fri, 28 Jun 2002 20:23:54 +0000 (+0000) Subject: not anymore... X-Git-Tag: freeside_1_4_0_beta1~45 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b7e2cab3c9a31b4ed90794764cdba68c5797f864 not anymore... --- diff --git a/bin/fs-setup b/bin/fs-setup index 77f1452eb..45cb07f47 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.94 2002-06-10 01:39:50 khoff Exp $ +# $Id: fs-setup,v 1.95 2002-06-28 20:23:54 ivan Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -771,7 +771,7 @@ sub tables_hash_hack { 'domsvc', 'int', '', '', ], 'primary_key' => 'svcnum', - 'unique' => [ [ 'username', 'domsvc' ] ], + #'unique' => [ [ 'username', 'domsvc' ] ], 'index' => [ ['username'], ['domsvc'] ], },