leading summary page invoices #RT5086
[freeside.git] / FS / FS / Upgrade.pm
index 7cf4051..e5cd5d3 100644 (file)
@@ -132,6 +132,12 @@ sub upgrade_data {
     #change tax_rate column types
     'tax_rate' => [],
 
+    #change recur_flat and enable_prorate
+    'part_pkg_option' => [],
+
+    #add weights to pkg_category
+    'pkg_category' => [],
+
   ;
 
   \%hash;