From 2490a71aef466e9cc6da6068b0a8a3828c6b5579 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 8 Nov 2013 16:14:13 -0800 Subject: [PATCH] remove default value for little-used "dst_term" field, #25308 --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 8ba60200e..b8d7cdcea 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; -- 2.11.0