[freeside-commits] freeside/FS/FS Schema.pm,1.44.2.16,1.44.2.17
Ivan,,,
ivan at wavetail.420.am
Wed Nov 28 19:05:51 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv21517
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Schema.pm
Log Message:
doh, fix primary key name in new table
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.44.2.16
retrieving revision 1.44.2.17
diff -u -d -r1.44.2.16 -r1.44.2.17
--- Schema.pm 29 Nov 2007 02:55:08 -0000 1.44.2.16
+++ Schema.pm 29 Nov 2007 03:05:49 -0000 1.44.2.17
@@ -604,7 +604,7 @@
#'cust_balance', @money_type, '', '',
'paynum', 'int', 'NULL', '', '', '',
],
- 'primary_key' => 'pendingpaynum',
+ 'primary_key' => 'paypendingnum',
'unique' => [ [ 'payunique' ] ],
'index' => [ [ 'custnum' ], [ 'status' ], ],
},
More information about the freeside-commits
mailing list