X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=2aa0b632c37faa3b700bea4e5139a2256968bc20;hb=5ed934c7206d2fc2aef1911ec29be83b9a028625;hp=6e5637c075b3c7b56796872369318fbda0113fa8;hpb=0586dafb71594726138cd3b7b721b9f1a0b79ae2;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 6e5637c07..2aa0b632c 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2386,7 +2386,7 @@ sub tables_hashref { 'cust_pay_pending' => { 'columns' => [ 'paypendingnum', 'serial', '', '', '', '', - 'custnum', 'int', '', '', '', '', + 'custnum', 'int', 'NULL', '', '', '', 'paid', @money_type, '', '', 'currency', 'char', 'NULL', 3, '', '', '_date', @date_type, '', '', @@ -5613,6 +5613,7 @@ sub tables_hashref { 'rated_price', 'decimal', 'NULL', '10,4', '', '', 'rated_seconds', 'int', 'NULL', '', '', '', 'rated_minutes', 'double precision', 'NULL', '', '', '', + 'rated_granularity','int', 'NULL', '', '', '', 'status', 'varchar', 'NULL', 32, '', '', 'svcnum', 'int', 'NULL', '', '', '', ],