[freeside-commits] freeside/FS/FS Schema.pm,1.239.2.20,1.239.2.21
Ivan,,,
ivan at wavetail.420.am
Fri Mar 18 19:00:15 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv21475
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Schema.pm
Log Message:
svc_external.id s/int/bigint/ RT#12060
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.239.2.20
retrieving revision 1.239.2.21
diff -u -w -d -r1.239.2.20 -r1.239.2.21
--- Schema.pm 21 Feb 2011 01:21:44 -0000 1.239.2.20
+++ Schema.pm 19 Mar 2011 02:00:13 -0000 1.239.2.21
@@ -2233,7 +2233,7 @@
'svc_external' => {
'columns' => [
'svcnum', 'int', '', '', '', '',
- 'id', 'int', 'NULL', '', '', '',
+ 'id', 'bigint', 'NULL', '', '', '',
'title', 'varchar', 'NULL', $char_d, '', '',
],
'primary_key' => 'svcnum',
More information about the freeside-commits
mailing list