|
|
@@ -36,7 +36,8 @@ class SchemaUpdateCommand extends UpdateSchemaDoctrineCommand
|
|
|
|
|
|
$output->writeln(sprintf('-- Database successfully updated, %s scripts executed', count($scripts)));
|
|
|
|
|
|
- throw new \RuntimeException('<!> Operation interrupted: use the d:s:u command on the current version to update the DB tables');
|
|
|
+ $output->writeln('<!> Operation interrupted: use the d:s:u command on the current version to update the DB tables');
|
|
|
// parent::executeSchemaCommand($input, $output, $schemaTool, $metadatas, $ui);
|
|
|
+ return 0;
|
|
|
}
|
|
|
}
|