From: Mark Wells Date: Sat, 9 Nov 2013 00:14:35 +0000 (-0800) Subject: remove default value for little-used "dst_term" field, #25308 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e385b556130b7cb1f3ed702d69a5ea28523ec4e8;p=freeside.git remove default value for little-used "dst_term" field, #25308 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index b113cd7a1..67e50bc8f 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;