X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=6df45e2b1f9fc806b3fffb898ea494283199e72d;hp=da3ddab9926ba6b55bd2c6e617d6ed4e9fc2ea0f;hb=3564f619654c5cbf22fc2acbe7eff0c08308e859;hpb=b7a2175dd9b386441f4ab66869d73083e5e8beb1 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index da3ddab99..6df45e2b1 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1576,6 +1576,9 @@ sub tables_hashref { #'cust_balance', @money_type, '', '', 'paynum', 'int', 'NULL', '', '', '', 'jobnum', 'bigint', 'NULL', '', '', '', + 'invnum', 'int', 'NULL', '', '', '', + 'manual', 'char', 'NULL', 1, '', '', + 'discount_term','int', 'NULL', '', '', '', ], 'primary_key' => 'paypendingnum', 'unique' => [ [ 'payunique' ] ], @@ -3780,7 +3783,7 @@ sub tables_hashref { 'lnp_other_provider_account', 'varchar', 'NULL', $char_d, '', '', 'lnp_reject_reason', 'varchar', 'NULL', $char_d, '', '', 'sms_carrierid', 'int', 'NULL', '', '', '', - 'sms_account', 'varchar', 'NULL', '', '', '', + 'sms_account', 'varchar', 'NULL', $char_d, '', '', 'max_simultaneous', 'int', 'NULL', '', '', '', ], 'primary_key' => 'svcnum',