From b7598678573dd5d94b770445057a42896d413918 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 29 Nov 2007 03:05:46 +0000 Subject: [PATCH] doh, fix primary key name in new table --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ], ], }, -- 2.11.0