HHH-7711 Generate ddl to file even if scriptToConsole and
exportToDatabase are set to false
This commit is contained in:
parent
ce573c8856
commit
eaa18d286b
|
@ -335,7 +335,7 @@ public class SchemaExport {
|
|||
}
|
||||
|
||||
public void execute(Target output, Type type) {
|
||||
if ( output == Target.NONE || type == SchemaExport.Type.NONE ) {
|
||||
if ( (outputFile == null && output == Target.NONE) || type == SchemaExport.Type.NONE ) {
|
||||
return;
|
||||
}
|
||||
exceptions.clear();
|
||||
|
|
Loading…
Reference in New Issue