[freeside-commits] branch FREESIDE_3_BRANCH updated. 7884dd06802bca7d14860c1c0acd3867d900be93

Ivan ivan at 420.am
Tue Aug 12 12:39:04 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  7884dd06802bca7d14860c1c0acd3867d900be93 (commit)
      from  6796940a7a391e3d8dbb057f26bd17520655e61f (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 7884dd06802bca7d14860c1c0acd3867d900be93
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 12 12:39:03 2014 -0700

    fix log contexts, RT#30238

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 9c57e31..9e71af1 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -4418,7 +4418,7 @@ sub tables_hashref {
       'columns' => [
         'logcontextnum', 'serial', '', '', '', '',
         'lognum', 'int', '', '', '', '',
-        'context', 'varchar', '', 32, '', '',
+        'context', 'varchar', '', $char_d, '', '',
       ],
       'primary_key' => 'logcontextnum',
       'unique' => [ [ 'lognum', 'context' ] ],

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list