diff options
author | Mark Wells <mark@freeside.biz> | 2013-11-08 16:14:13 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-11-08 16:14:13 -0800 |
commit | 2490a71aef466e9cc6da6068b0a8a3828c6b5579 (patch) | |
tree | 73a5b39e34e5b7acab73a86ff949907d6e82c2ef | |
parent | 9c533839580e7914f6e64170ffe7aa76fc945275 (diff) |
remove default value for little-used "dst_term" field, #25308
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |