diff options
author | ivan <ivan> | 2002-06-28 20:23:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-06-28 20:23:54 +0000 |
commit | b7e2cab3c9a31b4ed90794764cdba68c5797f864 (patch) | |
tree | 35dd365ce174c631483339348e0aa6898ee57cad /bin | |
parent | 6d295788b1c6bfb1c96c8917043a1b209c8491e1 (diff) |
not anymore...
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fs-setup | 4 |
1 files changed, 2 insertions, 2 deletions
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'] ], }, |