re-write RADIUS groups, RT13274
[freeside.git] / FS / FS / Upgrade.pm
index bced61c..787ee24 100644 (file)
@@ -182,6 +182,18 @@ sub upgrade_data {
     #return unprovisioned numbers to availability
     'phone_avail' => [],
 
+    #insert scripcondition
+    'TicketSystem' => [],
+    
+    #insert LATA data if not already present
+    'lata' => [],
+    
+    #insert MSA data if not already present
+    'msa' => [],
+
+    # migrate to radius_group and groupnum instead of groupname
+    'radius_usergroup' => [],
+
   ;
 
   \%hash;