cust_main.paycardtype in v3
[freeside.git] / FS / FS / Schema.pm
index 26fa08d..95515cc 100644 (file)
@@ -1190,6 +1190,8 @@ sub tables_hashref {
         'paystate', 'varchar', 'NULL', $char_d, '', '', 
         'paytype',  'varchar', 'NULL', $char_d, '', '', 
         'payip',    'varchar', 'NULL', 15, '', '', 
+        'paycardtype', 'varchar', 'NULL',   $char_d, '', '',
+
         'geocode',  'varchar', 'NULL', 20,  '', '',
         'censustract', 'varchar', 'NULL', 20,  '', '', # 7 to save space?
         'censusyear', 'char', 'NULL', 4, '', '',
@@ -1231,6 +1233,7 @@ sub tables_hashref {
                    [ 'archived' ],
                    [ 'ship_locationnum' ],
                    [ 'bill_locationnum' ],
+                   [ 'paycardtype' ],
                  ],
     },
 
@@ -3911,6 +3914,7 @@ sub tables_hashref {
       'unique' => [],
       'index' => [ [ 'calldate' ],
                    [ 'src' ], [ 'dst' ], [ 'dcontext' ], [ 'charged_party' ],
+                   [ 'startdate' ],
                    [ 'lastapp' ],
                    ['accountcode'], ['uniqueid'], ['carrierid'], ['cdrid'],
                    [ 'sessionnum' ], [ 'subscriber' ],