reverted expensive cdr.upstream_price schema change on 2.1
[freeside.git] / FS / FS / Schema.pm
index 1aa2b69..a205f77 100644 (file)
@@ -2577,7 +2577,7 @@ sub tables_hashref {
         'charged_party',       'varchar', 'NULL', $char_d, '', '',
 
         'upstream_currency',      'char', 'NULL',       3, '', '',
-        'upstream_price',      'decimal', 'NULL',  '10,4', '', '', 
+        'upstream_price',      'decimal', 'NULL',  '10,2', '', '', 
         'upstream_rateplanid',     'int', 'NULL',      '', '', '', #?
 
         # how it was rated internally...
@@ -3155,15 +3155,6 @@ sub tables_hashref {
       'index'  => [], #recnum
     },
 
-    'svc_port' => {
-      'columns' => [
-        'svcnum',                'int',     '',      '', '', '', 
-      ],
-      'primary_key' => 'svcnum',
-      'unique' => [],
-      'index'  => [], #recnum
-    },
-
     'areacode'  => {
       'columns' => [
       'areanum',   'serial',        '',      '', '', '',