[freeside-commits] branch master updated. 86133956e12ec229b3a80272364d10e5081d3574

Ivan ivan at 420.am
Fri Oct 19 09:55:52 PDT 2012


The branch, master has been updated
       via  86133956e12ec229b3a80272364d10e5081d3574 (commit)
      from  6aacceec826a2d835af0ea8759924a83256d3ebe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 86133956e12ec229b3a80272364d10e5081d3574
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Oct 19 09:55:49 2012 -0700

    longer lastdata column, for FreeSwitch, RT#19955

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index fb1f1d6..4832dd2 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -3249,7 +3249,7 @@ sub tables_hashref {
         'channel',     'varchar',  '', $char_d, \"''", '', 
         'dstchannel',  'varchar',  '', $char_d, \"''", '', 
         'lastapp',     'varchar',  '', $char_d, \"''", '', 
-        'lastdata',    'varchar',  '', $char_d, \"''", '', 
+        'lastdata',    'varchar',  '',     255, \"''", '', 
 
         #currently only opensips
         'src_ip_addr', 'varchar',  'NULL',  15,    '', '',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list