[freeside-commits] freeside/FS/FS Schema.pm,1.52,1.53
Ivan,,,
ivan at wavetail.420.am
Sun May 20 19:18:46 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv30553
Modified Files:
Schema.pm
Log Message:
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
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Schema.pm 11 Apr 2007 04:28:21 -0000 1.52
+++ Schema.pm 21 May 2007 02:18:44 -0000 1.53
@@ -1007,18 +1007,18 @@
'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' => [
More information about the freeside-commits
mailing list