|  | @@ -31,9 +31,9 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 31 | 31 |    protected function configure() | 
                                                                                                            
                                                            | 32 | 32 |    { | 
                                                                                                            
                                                            | 33 | 33 |      $this->setName('alter-table-sql') | 
                                                                                                            
                                                            | 34 |  | -         ->setDescription('Create alter table SQL commands for audit tables columns that are different from the config columns or from columns data tables') | 
                                                                                                            
                                                            | 35 |  | -         ->addArgument('config file', InputArgument::OPTIONAL, 'The audit configuration file', 'etc/audit.json') | 
                                                                                                            
                                                            | 36 |  | -         ->addArgument('result sql file', InputArgument::OPTIONAL, 'The result file for SQL statement', 'etc/alter-table-sql-result.sql'); | 
                                                                                                            
                                                            |  | 34 | +          ->setDescription('Create alter table SQL commands for audit tables columns that are different from the config columns or from columns data tables') | 
                                                                                                            
                                                            |  | 35 | +          ->addArgument('config file', InputArgument::OPTIONAL, 'The audit configuration file', 'etc/audit.json') | 
                                                                                                            
                                                            |  | 36 | +          ->addArgument('result sql file', InputArgument::OPTIONAL, 'The result file for SQL statement', 'etc/alter-table-sql-result.sql'); | 
                                                                                                            
                                                            | 37 | 37 |    } | 
                                                                                                            
                                                            | 38 | 38 |   | 
                                                                                                            
                                                            | 39 | 39 |    //-------------------------------------------------------------------------------------------------------------------- | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.