UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 15 Nov 2013 05:54:14 +0000 (13:54 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Nov 2013 05:54:14 +0000 (13:54 +0800)
UpdateDatabase.php

index e024300..83aa114 100644 (file)
@@ -48,7 +48,20 @@ class Pman_Xtuple_UpdateDatabase extends Pman
             
         ),
 
-        
+        'json-location' => array(
+            'desc' => 'Location JSON file',
+            'default' => '',
+            'min' => 1,
+            'max' => 1,
+            
+        ),
+        'json-terms' => array(
+            'desc' => 'Terms  JSON file',
+            'default' => '',
+            'min' => 1,
+            'max' => 1,
+            
+        ),
         
     );