diff options
author | ivan <ivan> | 2007-11-29 03:05:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-11-29 03:05:49 +0000 |
commit | 0789e3f6e1dc70fbaa3de3487af860635d93e144 (patch) | |
tree | e189ac4239f039f05d403ea6ef1ee90052ed8e5d | |
parent | 7d1a133f207a54f9a996e860edd74b16e936c27c (diff) |
doh, fix primary key name in new table
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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' ], ], }, |