[freeside-commits] branch FREESIDE_3_BRANCH updated. e385b556130b7cb1f3ed702d69a5ea28523ec4e8

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


The branch, FREESIDE_3_BRANCH has been updated
       via  e385b556130b7cb1f3ed702d69a5ea28523ec4e8 (commit)
      from  6d4ba594dc521500f3ea254df110a111472a1750 (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 e385b556130b7cb1f3ed702d69a5ea28523ec4e8
Author: Mark Wells <mark at freeside.biz>
Date:   Fri Nov 8 16:14:35 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 b113cd7..67e50bc 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -3461,7 +3461,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