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