summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2007-11-29 03:05:46 +0000
committerivan <ivan>2007-11-29 03:05:46 +0000
commitb7598678573dd5d94b770445057a42896d413918 (patch)
tree3b4bb91b2a1ef428d1bb03cd8c84d2844b462a5b /FS/FS
parent7ed55804735f4f687cd64139db7bae9746282a89 (diff)
doh, fix primary key name in new table
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index e8f65fe..3d07af6 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' ], ],
},