[freeside-commits] branch master updated. 475fb78f0bbb9e2e37c04645eaf4b8bf8027ea08

Mark Wells mark at 420.am
Fri Nov 8 16:16:50 PST 2013


The branch, master has been updated
       via  475fb78f0bbb9e2e37c04645eaf4b8bf8027ea08 (commit)
      from  2490a71aef466e9cc6da6068b0a8a3828c6b5579 (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 475fb78f0bbb9e2e37c04645eaf4b8bf8027ea08
Author: Mark Wells <mark at freeside.biz>
Date:   Fri Nov 8 16:16:47 2013 -0800

    remove default value, for real this time

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index b8d7cdc..ae9cb41 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -4903,7 +4903,7 @@ sub tables_hashref {
 
         #currently only u4:
         # terminating number (as opposed to dialed destination)
-        'dst_term',    'varchar',  'NULL', $char_d, \"''", '',
+        'dst_term',    'varchar',  'NULL', $char_d, '', '',
 
         #these don't seem to be logged by most of the SQL cdr_* modules
         #except tds under sql-illegal names, so;

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

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




More information about the freeside-commits mailing list