UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Tue, 19 Nov 2013 08:05:52 +0000 (16:05 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 Nov 2013 08:05:52 +0000 (16:05 +0800)
UpdateDatabase.php

index 797c4a7..a4c17e6 100644 (file)
@@ -26,6 +26,14 @@ class Pman_Core_UpdateDatabase extends Pman
             'min' => 1,
             'max' => 1,
         ),
+        'data-only' => array(
+            'desc' => 'only run the updateData - do not run import the tables and procedures.',
+            'short' => 'p',
+            'default' => '',
+            'min' => 1,
+            'max' => 1,
+            
+        )
         'add-company' => array(
             'desc' => 'add a company name of the company',
             'short' => 'n',