beginning of prospect/CRM/contact work
[freeside.git] / FS / FS / Upgrade.pm
index 7aecf45..8cc5c61 100644 (file)
@@ -126,6 +126,9 @@ sub upgrade_data {
     #usage_classes if we have none
     'usage_class' => [],
 
+    #phone_type if we have none
+    'phone_type' => [],
+
     #fixup access rights
     'access_right' => [],
 
@@ -135,6 +138,12 @@ sub upgrade_data {
     #change recur_flat and enable_prorate
     'part_pkg_option' => [],
 
+    #add weights to pkg_category
+    'pkg_category' => [],
+
+    #cdrbatch fixes
+    'cdr' => [],
+
   ;
 
   \%hash;