[freeside-commits] branch master updated. 2490a71aef466e9cc6da6068b0a8a3828c6b5579

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


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

    remove default value for little-used "dst_term" field, #25308

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 8ba6020..b8d7cdc 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',  '', $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