[freeside-commits] freeside/FS/FS Schema.pm,1.44.2.31,1.44.2.32

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Sep 18 16:18:22 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv1993

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Schema.pm 
Log Message:
trade space for time

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.44.2.31
retrieving revision 1.44.2.32
diff -u -d -r1.44.2.31 -r1.44.2.32
--- Schema.pm	9 Sep 2008 08:19:26 -0000	1.44.2.31
+++ Schema.pm	18 Sep 2008 23:18:20 -0000	1.44.2.32
@@ -200,6 +200,14 @@
                                                      ],
                                       });
 
+    $h_indices{"h_${table}_srckey2"} = DBIx::DBSchema::Index->new({
+                                         'name'    => "h_${table}_srckey2",
+                                         'unique'  => 0,
+                                         'columns' => [ 'history_date',
+                                                        $tableobj->primary_key,
+                                                      ],
+                                       });
+
     my $h_tableobj = DBIx::DBSchema::Table->new( {
       'name'          => "h_$table",
       'primary_key'   => 'historynum',
@@ -496,6 +504,7 @@
         'stateid_state',  'varchar', 'NULL', $char_d, '', '', 
         'birthdate' , at date_type, '', '', 
         'signupdate', at date_type, '', '', 
+        'dundate',   @date_type, '', '', 
         'company',  'varchar', 'NULL', $char_d, '', '', 
         'address1', 'varchar', '',     $char_d, '', '', 
         'address2', 'varchar', 'NULL', $char_d, '', '', 



More information about the freeside-commits mailing list