X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=a4e1f1e527cbc8e06602961adbb39b22c5e68bc8;hb=b4aea58e0d04ff1930397e0f96ecdc50748b748b;hp=fd69037a51f52d4fabbcccdfc06ada10cd0d2821;hpb=a52edcc909e5873a2c8790ce33b03917d6e1d29c;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index fd69037a5..a4e1f1e52 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1322,7 +1322,7 @@ sub tables_hashref { ], 'primary_key' => 'quotationnum', 'unique' => [], - 'index' => [ [ 'prospectnum' ], ['custnum'], ], + 'index' => [ [ 'prospectnum' ], ['custnum'], ['disabled'], ], }, 'quotation_pkg' => { @@ -2126,6 +2126,7 @@ sub tables_hashref { 'part_pkg' => { 'columns' => [ 'pkgpart', 'serial', '', '', '', '', + 'pkgpartbatch', 'varchar', 'NULL', $char_d, '', '', 'pkg', 'varchar', '', $char_d, '', '', 'comment', 'varchar', 'NULL', 2*$char_d, '', '', 'promo_code', 'varchar', 'NULL', $char_d, '', '',