From: ivan Date: Mon, 21 May 2007 02:18:44 +0000 (+0000) Subject: haven't had anyone use this in years, and for some reason DBIx::DBSchema can't revers... X-Git-Tag: TRIXBOX_2_6~510 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c8511e86ac99108b3646a4b57a3ba355312490ef haven't had anyone use this in years, and for some reason DBIx::DBSchema can't reverse engineer the schema for it, causing freeside-upgrade to error out trying to recreate it --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index c71bb01b4..9f244740d 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1007,18 +1007,18 @@ sub tables_hashref { 'index' => [ [ 'last' ] ], }, - 'session' => { - 'columns' => [ - 'sessionnum', 'serial', '', '', '', '', - 'portnum', 'int', '', '', '', '', - 'svcnum', 'int', '', '', '', '', - 'login', @date_type, '', '', - 'logout', @date_type, '', '', - ], - 'primary_key' => 'sessionnum', - 'unique' => [], - 'index' => [ [ 'portnum' ] ], - }, +# 'session' => { +# 'columns' => [ +# 'sessionnum', 'serial', '', '', '', '', +# 'portnum', 'int', '', '', '', '', +# 'svcnum', 'int', '', '', '', '', +# 'login', @date_type, '', '', +# 'logout', @date_type, '', '', +# ], +# 'primary_key' => 'sessionnum', +# 'unique' => [], +# 'index' => [ [ 'portnum' ] ], +# }, 'queue' => { 'columns' => [