From: ivan Date: Mon, 21 May 2007 02:19:16 +0000 (+0000) Subject: haven't had anyone use this in years, and for some reason DBIx::DBSchema can't revers... X-Git-Tag: freeside_1_7_3rc1~440 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f74c8f98095e864c167116856670d88f5492cce2;p=freeside.git 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 5af75913a..463f63774 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1005,18 +1005,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' => [