From: Ivan Kohler Date: Tue, 12 Aug 2014 19:39:02 +0000 (-0700) Subject: fix log contexts, RT#30238 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=fc330b9dabbf5094f791c63e44a1e25aa206abb6;hp=ac8cf8d53dffe9c8237d01bf83c98c1998cbf23e fix log contexts, RT#30238 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 64e3f1caf..54c84f75d 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' ] ],