X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Ffs-setup;h=45cb07f477e93054ba888ed1ff066921b138c9ca;hb=e9af247503b619f0c61a3ba14481bc76752bdd8b;hp=77f1452eba8b659fac269fe473d928f334a78fa2;hpb=3162b06a6d3be9ddf4daea2c29cd94516ac40f68;p=freeside.git 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'] ], },