[freeside-commits] freeside/FS/FS Schema.pm,1.73,1.74
Ivan,,,
ivan at wavetail.420.am
Wed Nov 28 19:05:49 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv21515
Modified Files:
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.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- Schema.pm 29 Nov 2007 02:54:50 -0000 1.73
+++ Schema.pm 29 Nov 2007 03:05:46 -0000 1.74
@@ -685,7 +685,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