mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +00:00
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 @@ else if ( justCreate ) {
|
||||
}
|
||||
|
||||
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…
x
Reference in New Issue
Block a user