add sha1_base64 password encryption option to acct_sql export
[freeside.git] / FS / FS / Upgrade.pm
index bced61c..9b973c4 100644 (file)
@@ -182,6 +182,15 @@ 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' => [],
+
   ;
 
   \%hash;