diff options
author | ivan <ivan> | 2011-08-02 06:11:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-02 06:11:53 +0000 |
commit | 3d1be41d848ad42d33eeffde23394b7ca76a693e (patch) | |
tree | 8e2883a08657d1a083813bccb0731b8c58aac150 | |
parent | f6cd4dbcf0cbe5da17c8c95595821292fe01915f (diff) |
reverted expensive cdr.upstream_price schema change on 2.1
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index f52ba16e5..a205f7717 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -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... |