[freeside-commits] branch master updated. fc330b9dabbf5094f791c63e44a1e25aa206abb6

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


The branch, master has been updated
       via  fc330b9dabbf5094f791c63e44a1e25aa206abb6 (commit)
      from  ac8cf8d53dffe9c8237d01bf83c98c1998cbf23e (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 fc330b9dabbf5094f791c63e44a1e25aa206abb6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 12 12:39:02 2014 -0700

    fix log contexts, RT#30238

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 64e3f1c..54c84f7 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -6248,7 +6248,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