column upgrade for tax_rate RT#4903)
[freeside.git] / FS / FS / Upgrade.pm
index 97f24d4..5abfa69 100644 (file)
@@ -126,6 +126,9 @@ sub upgrade_data {
     #fixup access rights
     'access_right' => [],
 
+    #change tax_rate column types
+    'tax_rate' => [],
+
   ;
 
   \%hash;