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