X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-setup;h=fe41da7b622408d7ac59218af94b8195ffd68c69;hb=f84c9eb1c4479cc84ec62b0822c18579ec8f683a;hp=c91e816d13338d4878585168f2fbc8bdb4fbbce0;hpb=60faee90b33f3c205e1fa5e8b7d36f93e27a0a7d;p=freeside.git diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index c91e816d1..fe41da7b6 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -381,7 +381,7 @@ sub tables_hash_hack { ], 'primary_key' => 'invnum', 'unique' => [], - 'index' => [ ['custnum'] ], + 'index' => [ ['custnum'], ['_date'] ], }, 'cust_bill_event' => { @@ -767,7 +767,7 @@ sub tables_hash_hack { 'columns' => [ 'svcnum', 'int', '', '', 'username', 'varchar', '', $username_len, #unique (& remove dup code) - '_password', 'varchar', '', 50, #13 for encryped pw's plus ' *SUSPENDED* (mp5 passwords can be 34) + '_password', 'varchar', '', 72, #13 for encryped pw's plus ' *SUSPENDED* (md5 passwords can be 34, blowfish 60) 'sec_phrase', 'varchar', 'NULL', $char_d, 'popnum', 'int', 'NULL', '', 'uid', 'int', 'NULL', '',