proper cdr_batch table, RT#6386
[freeside.git] / FS / FS / Upgrade.pm
index 7aecf45..c39680e 100644 (file)
@@ -135,6 +135,12 @@ sub upgrade_data {
     #change recur_flat and enable_prorate
     'part_pkg_option' => [],
 
+    #add weights to pkg_category
+    'pkg_category' => [],
+
+    #cdrbatch fixes
+    'cdr' => [],
+
   ;
 
   \%hash;