From 0789e3f6e1dc70fbaa3de3487af860635d93e144 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 29 Nov 2007 03:05:49 +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 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' ], ], }, -- 2.20.1