beginning of prospect/CRM/contact work
[freeside.git] / FS / FS / Upgrade.pm
index e5cd5d3..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' => [],
 
@@ -138,6 +141,9 @@ sub upgrade_data {
     #add weights to pkg_category
     'pkg_category' => [],
 
+    #cdrbatch fixes
+    'cdr' => [],
+
   ;
 
   \%hash;