From: ivan Date: Thu, 29 Nov 2007 03:05:49 +0000 (+0000) Subject: doh, fix primary key name in new table X-Git-Tag: freeside_1_7_3rc1~248 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0789e3f6e1dc70fbaa3de3487af860635d93e144;p=freeside.git doh, fix primary key name in new table --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index b05029178..a0901729e 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -604,7 +604,7 @@ sub tables_hashref { #'cust_balance', @money_type, '', '', 'paynum', 'int', 'NULL', '', '', '', ], - 'primary_key' => 'pendingpaynum', + 'primary_key' => 'paypendingnum', 'unique' => [ [ 'payunique' ] ], 'index' => [ [ 'custnum' ], [ 'status' ], ], },