X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=8d234de81c5b711859d8e5e5c2c0486d4f7a68b1;hb=2c62268f304f1ec6e8baf89043eb1bd1197bb9a6;hp=c50207708dfb33e79d8c6f74527d867dffafb3b4;hpb=fb4a7232c2d703e0a6b8743521b77ae292bb1df8;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index c50207708..8d234de81 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' ] ], @@ -1795,6 +1798,7 @@ sub tables_hashref { 'waive_setup', 'char', 'NULL', 1, '', '', 'recur_show_zero', 'char', 'NULL', 1, '', '', 'setup_show_zero', 'char', 'NULL', 1, '', '', + 'change_to_pkgnum', 'int', 'NULL', '', '', '', ], 'primary_key' => 'pkgnum', 'unique' => [], @@ -2047,6 +2051,7 @@ sub tables_hashref { 'setup_show_zero', 'char', 'NULL', 1, '', '', 'successor', 'int', 'NULL', '', '', '', 'family_pkgpart','int', 'NULL', '', '', '', + 'delay_start', 'int', 'NULL', '', '', '', ], 'primary_key' => 'pkgpart', 'unique' => [],