HHH-10684 - Fix No target script generated for update action when using schema-generation
This commit is contained in:
parent
d6ea43d6c9
commit
ef6c9266e6
|
@ -61,8 +61,8 @@ public class SchemaManagementToolCoordinator {
|
|||
ExceptionHandlerLoggedImpl.INSTANCE
|
||||
);
|
||||
|
||||
performDatabaseAction( actions.getDatabaseAction(), metadata, tool, serviceRegistry, executionOptions );
|
||||
performScriptAction( actions.getScriptAction(), metadata, tool, serviceRegistry, executionOptions );
|
||||
performDatabaseAction( actions.getDatabaseAction(), metadata, tool, serviceRegistry, executionOptions );
|
||||
|
||||
if ( actions.getDatabaseAction() == Action.CREATE_DROP ) {
|
||||
//noinspection unchecked
|
||||
|
|
Loading…
Reference in New Issue