[2.0] Added error message to --update task in SchemaToolTask reporting incomplete implementation
This commit is contained in:
parent
222459f517
commit
1557f4e103
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,8 @@ class SchemaToolTask extends AbstractTask
|
|||
$printer->writeln('Database schema dropped successfully.', 'INFO');
|
||||
}
|
||||
} else if ($isUpdate) {
|
||||
$printer->writeln("--update support is not yet fully implemented.", 'ERROR');
|
||||
|
||||
if (isset($args['dump-sql'])) {
|
||||
foreach ($tool->getUpdateSchemaSql($classes) as $sql) {
|
||||
$printer->writeln($sql);
|
||||
|
|
Loading…
Add table
Reference in a new issue