X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=bae2ab7f8e3a83c523e42595e0145895895c4d6a;hb=6178a15b24780f425a6bcad8a5e7679956558207;hp=42153bff6b30fc6aad6fa67031dad4987ed5abb6;hpb=9444d45eb31d1ee64e2828ba6277e4709769bf6b;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 42153bff6..bae2ab7f8 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1326,11 +1326,12 @@ sub tables_hashref { 'manual_flag', 'char', 'NULL', 1, '', '', 'no_auto', 'char', 'NULL', 1, '', '', 'quantity', 'int', 'NULL', '', '', '', + 'agent_pkgid', 'int', 'NULL', '', '', '', ], 'primary_key' => 'pkgnum', 'unique' => [], 'index' => [ ['custnum'], ['pkgpart'], [ 'pkgbatch' ], [ 'locationnum' ], - [ 'usernum' ], + [ 'usernum' ], [ 'agent_pkgid' ], [ 'start_date' ], ['setup'], ['last_bill'], ['bill'], ['susp'], ['adjourn'], ['expire'], ['cancel'], ['change_date'], ['order_date'],