From 3d1be41d848ad42d33eeffde23394b7ca76a693e Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 2 Aug 2011 06:11:53 +0000 Subject: [PATCH] reverted expensive cdr.upstream_price schema change on 2.1 --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... -- 2.11.0